All Projects → n3PH1lim → Mojave-Dynamic-Wallpaper

n3PH1lim / Mojave-Dynamic-Wallpaper

Licence: other
Automatic Changing Mojave Wallpaper

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Mojave-Dynamic-Wallpaper

Xchain
A cross compiler toolchain targeting macOS/iOS/etc.
Stars: ✭ 95 (+533.33%)
Mutual labels:  apple, macosx
Open-Mam
Open Source Mobile Application Management (WORK IN PROGRESS)
Stars: ✭ 28 (+86.67%)
Mutual labels:  application, apple
Awesome Mac
 Now we have become very big, Different from the original idea. Collect premium software in various categories.
Stars: ✭ 46,674 (+311060%)
Mutual labels:  apple, macosx
Hackintosh
Hackintosh long-term maintenance model EFI and installation tutorial
Stars: ✭ 6,589 (+43826.67%)
Mutual labels:  apple, mojave
Flappy Fly Bird
🐦 Flappy Bird reincarnation [Swift 5.3, GameplayKit, SpriteKit, iOS 12].
Stars: ✭ 150 (+900%)
Mutual labels:  application, apple
Syncthing Macos
Frugal and native macOS Syncthing application bundle
Stars: ✭ 1,096 (+7206.67%)
Mutual labels:  apple, macosx
Ultratabsaver
The open source Tab Manager Extension for Safari.
Stars: ✭ 178 (+1086.67%)
Mutual labels:  apple, macosx
brewfile
🍎 Brewfile to install softwares in macOS for engineers
Stars: ✭ 37 (+146.67%)
Mutual labels:  apple, macosx
Beagle Im
XMPP client for macOS based on TigaseSwift XMPP library
Stars: ✭ 86 (+473.33%)
Mutual labels:  application, apple
Menubarosxapp
Generic Mac OS X menu bar app (agent) template
Stars: ✭ 63 (+320%)
Mutual labels:  application, macosx
Mac Setup
🛠️ Front end web development setup for macOS.
Stars: ✭ 265 (+1666.67%)
Mutual labels:  apple, macosx
Wallop
Extensible, living/animated wallpaper engine built in C# using Silk.NET's OpenGL wrapper at its core.
Stars: ✭ 27 (+80%)
Mutual labels:  wallpaper, application
LAPSforMac
Local Administrator Password Solution for Mac
Stars: ✭ 29 (+93.33%)
Mutual labels:  apple, mojave
Night Shift On Unsupported Macs
Enable Night Shift on older Unsupported Macs
Stars: ✭ 86 (+473.33%)
Mutual labels:  apple, macosx
osxapp vers
Get product name, exact product version and build version from an Apple Install [Mac OS X|OS X|macOS]*.app or from a mounted Mac OS X Install CD/DVD image
Stars: ✭ 12 (-20%)
Mutual labels:  apple, macosx
Aquatouch
Dynamic Custom Macros for your MacBook TouchBar! (Supports 40+ Apps and Websites)
Stars: ✭ 125 (+733.33%)
Mutual labels:  apple, macosx
appleloops
A utility to deploy the additional audio content packages for Apple's audio editing programs.
Stars: ✭ 20 (+33.33%)
Mutual labels:  apple, macosx
react-native-single-select
Customizable & Easy to Use Single Select Library for React Native
Stars: ✭ 74 (+393.33%)
Mutual labels:  application, apple
Swiftvalidators
String (and more) validation for iOS
Stars: ✭ 226 (+1406.67%)
Mutual labels:  application, apple
Equinox
🌇 🌃 Create dynamic wallpapers for macOS.
Stars: ✭ 737 (+4813.33%)
Mutual labels:  wallpaper, application

Mojave-Dynamic-Wallaper

There are 16 different phases for the Wallpaper

This will change the wallpaper every 1,5 hours

Tested on 10.13.4 should work on every macOS Version which uses launchd

Install

  1. copy Folder Mojave to /Users/Shared
/Users/Shared/Mojave
  1. copy com.d3fault.mojavedynamicwallpaper.plist to ~/Library/LaunchAgents
~/Library/LaunchAgents/com.d3fault.mojavedynamicwallpaper.plist
  1. register service with
launchctl load -w ~/Library/LaunchAgents/com.d3fault.mojavedynamicwallpaper.plist

Uninstall

  1. Unload service
launchctl unload -w ~/Library/LaunchAgents/com.d3fault.mojavedynamicwallpaper.plist
  1. Delete Files
rm ~/Library/LaunchAgents/com.d3fault.mojavedynamicwallpaper.plist
rm -r "/Users/Shared/Mojave"
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].