Time based GNOME macOS Mojave wallpaper with real scheludes
& Azimuth Elevation based KDE macOS Mojave wallpaper
Mojave dynamic wallpaper is 16 based images wallpaper.
Mojave dynamic wallpaper is useable as Gnome/KDE background which changes during the day/night.
For Gnome, it's a timed based wallpaper with real scheludes with 30 minutes transitions.
For KDE, it's a Azimuth Elevation wallpaper based on real Azimuth Elevation of the Sun for the Mojave Kelso Dunes on 21/06/2019.
- Gnome
- gnome-shell
- gnome-backgrounds
- KDE
- plasma5-wallpapers-dynamic for Archlinux
- or home: KAMiKAZOW:KDE for Opensuze
- or GitHub: zzag/dynamic-wallpaper for others distros
None but you must sync your system clock time (presented both in local time and UTC) as well as the RTC (hardware clock).
Select "Dynamic" wallpaper type, put your real coordinates and your timer.
Arch Linux users need only clone and build this repository.
git clone https://github.com/japamax/gnome-kde-mojave-dynamic-wallpaper.git
cd gnome-kde-mojave-dynamic-wallpaper
makepkg -si
Users of other distros can manually complete these 5 steps:
- Copy
mojave
directory from this repo to/usr/share/dynamicwallpapers/mojave/images
and make it readable by running the following as the root user:
mkdir -p /usr/share/dynamicwallpapers/mojave/images &&
cp mojave/* /usr/share/dynamicwallpapers/mojave/images &&
chmod 755 /usr/share/dynamicwallpapers/mojave/images &&
chmod 644 /usr/share/dynamicwallpapers/mojave/images/*
- Link
mojave
directory from/usr/share/dynamicwallpapers
to/usr/share/backgrounds/gnome
by running the following as the root user:
ln -s /usr/share/dynamicwallpapers/mojave/Images /usr/share/backgrounds/gnome/mojave
- Copy
mojave.json
from this repo to/usr/share/dynamicwallpapers/mojave/metadata.json
and make it readable by running the following as the root user:
cp mojave.json /usr/share/dynamicwallpapers/mojave/metadata.json &&
chmod 644 /usr/share/dynamicwallpapers/mojave/metadata.json
- Copy
mojave-timed.xml
from this repo to/usr/share/backgrounds/gnome
and make it readable by running the following as the root user:
cp mojave-timed.xml /usr/share/backgrounds/gnome/mojave-timed.xml &&
chmod 644 /usr/share/backgrounds/gnome/mojave-timed.xml
- Copy
mojave.xml
from this repo to/usr/share/gnome-background-properties
and make it readable by running the following as the root user:
mkdir -p /usr/share/gnome-background-properties &&
cp mojave.xml /usr/share/gnome-background-properties/mojave.xml &&
chmod 644 /usr/share/gnome-background-properties/mojave.xml