All Projects β†’ kush-agra β†’ Dynamic_walls App

kush-agra / Dynamic_walls App

🌘 The Dynamic_Walls scripts replicating macOS Mojave's dynamic wallpaper feature combined into an app

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Dynamic walls App

Linux Dynamic Wallpapers
Dynamic Wallpapers for Linux
Stars: ✭ 305 (+69.44%)
Mutual labels:  wallpaper, dynamic
Wallpapper
πŸ’» Console application for creating dynamic wallpapers for macOS Mojave and newer
Stars: ✭ 2,533 (+1307.22%)
Mutual labels:  wallpaper, dynamic
Repaper
Desktop that changes based on weather & time
Stars: ✭ 148 (-17.78%)
Mutual labels:  wallpaper, dynamic
Equinox
πŸŒ‡ πŸŒƒ Create dynamic wallpapers for macOS.
Stars: ✭ 737 (+309.44%)
Mutual labels:  wallpaper, dynamic
Plasma5 Wallpapers Dynamic
Dynamic wallpaper plugin for KDE Plasma
Stars: ✭ 122 (-32.22%)
Mutual labels:  wallpaper, dynamic
Require Vuejs
RequireJS plugin to async and dynamic load and parse .vue components
Stars: ✭ 143 (-20.56%)
Mutual labels:  dynamic
Goloader
load and run golang code at runtime.
Stars: ✭ 159 (-11.67%)
Mutual labels:  dynamic
React Native Wormhole
βš›οΈ 🌌 Inter-dimensional Portals for React Native. πŸ‘½ πŸ––
Stars: ✭ 133 (-26.11%)
Mutual labels:  dynamic
Oguri
A very nice animated wallpaper daemon for Wayland compositors (WIP: https://github.com/vilhalmer/oguri/milestone/1)
Stars: ✭ 141 (-21.67%)
Mutual labels:  wallpaper
Aesthetic
[DEPRECATED]
Stars: ✭ 2,044 (+1035.56%)
Mutual labels:  dynamic
Dynamicrelu
Implementation of Dynamic ReLU on Pytorch
Stars: ✭ 170 (-5.56%)
Mutual labels:  dynamic
Titiler
A dynamic Web Map tile server
Stars: ✭ 153 (-15%)
Mutual labels:  dynamic
Wallutils
πŸŒ† Utilities for handling monitors, resolutions, wallpapers and timed wallpapers
Stars: ✭ 145 (-19.44%)
Mutual labels:  wallpaper
Supertextview
πŸŽ€ SuperTextView for Android ζ˜―δΈ€δΈͺ在TextViewηš„εŸΊη‘€δΈŠζ‰©ε±•δΊ†ε‡ η§εŠ¨η”»ζ•ˆζžœηš„ζŽ§δ»Άγ€‚
Stars: ✭ 165 (-8.33%)
Mutual labels:  dynamic
Ultimate Java Resources
Java programming. All in one Java Resource for learning. Updated every day and up to date. All Algorithms and DS along with Development in Java. Beginner to Advanced. Join the Discord link.
Stars: ✭ 143 (-20.56%)
Mutual labels:  dynamic
Dynamic Antd Theme
🌈 A simple plugin to dynamic change ant-design theme whether less or css.
Stars: ✭ 174 (-3.33%)
Mutual labels:  dynamic
Webpack Require From
Webpack plugin that allows to configure path or URL for fetching dynamic imports
Stars: ✭ 142 (-21.11%)
Mutual labels:  dynamic
Dmskin Wallpaper Maker
Windows ζ‘Œι’εŠ¨ζ€ε£ηΊΈ 视钑壁纸
Stars: ✭ 151 (-16.11%)
Mutual labels:  wallpaper
Oh My Earth
Make a real time earth picture as your wallpaper
Stars: ✭ 168 (-6.67%)
Mutual labels:  wallpaper
Flog
A Simple Blog Powered by Flask
Stars: ✭ 150 (-16.67%)
Mutual labels:  dynamic

Dynamic_Walls-app

Beta

Uses the Dynamic_Walls script and bundles it all up into a neat and friendly app

Replicates macOS Mojave's dynamic wallpapers feature, also sets system theme to dark/light accordingly

Uses Sunrise-Sunset api to get the sunrise and sunset times of current location retrieved by the LocateMe command line tool

LocateMe is a Public Domain command-line tool that lets you find your location (latitude, longitude, etc) using Apple's geolocation services.

A plist is created, placed in the appropriate place and loaded to ensure that the wallpaper is kept updated

Features

Allows you to use custom images from any folder placed in any directory

Gives you the option to use a dynamic system theme or just use a single light or dark theme all the time

Cuts the API calls to just 2 per day

Limitation : There is no proper way to support multiple spaces yet it seems

Set Up

Please disable change wallpaper every X minutes in the desktop system preferences for this to work correctly :)

  1. Download the latest release and place the app in an appropriate location, preferably in the applications folder but you can leave it in the Downloads folder for it to be stealthy-not visible

  2. Right click and open the app (Double click won't work the first time becasue Gatekeeper) and select an images folder (See image folder format), here are the default mojave wallpapers as JPEG (~45MB), you can get the uncompressed PNG's here (~205MB)

Uninstallation

Deleting the app normally would technically disable it too but a better way would be to go to the terminal and type

launchctl unload -w ~/Library/LaunchAgents/Dynamic_walls.Scheduler.plist

if you use a third party uninstalling app on your mac that should take care of it automatically too

Image Folder Format

Folder needs to have 16 images

All with the same name and name ending with a 3 digit number

Eg : mojave_dynamic - 001.png, mojave_dynamic - 002.png, mojave_dynamic - 003.png...

Images Format

  • 001 corresponds to dawn
  • 002 actual sunrise
  • 003
  • 004
  • 005
  • 006
  • 007 Noon
  • 008
  • 009
  • 010
  • 011
  • 012 Sunset
  • 013 Dusk
  • 014 Nightfall
  • 015
  • 016
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].