-
-
Save fabiobruna/0754693752427515dba4731ef8bc93da to your computer and use it in GitHub Desktop.
macOS Mojave dynamic background re-implement as GTK+ background slideshow. Background images are changed to reflect the time of the day.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Instructions: | |
- Download and unzip Mojave dynamic background here: https://files.rb.gd/mojave_dynamic.zip | |
- Save this xml file next to the Mojave background files | |
- Fix the path /home/XXXXX/Pictures/Wallpaper/ to your location | |
- Lastly, either: | |
+ GNOME: Use gnome-tweaks tool to select this XML as wallpaper (as default wallpaper settings won't let you choose wallpaper from custom path) | |
+ MATE: Go to background setting (in Appearance) > Choose +Add... > make sure **All files** filter is selected at the bottom right > Then choose mojave.xml | |
--> | |
<background> | |
<starttime> | |
<year>2014</year> | |
<month>01</month> | |
<day>11</day> | |
<hour>0</hour> | |
<minute>00</minute> | |
<second>00</second> | |
</starttime> | |
<!-- 00:00 --> | |
<static> | |
<duration>10795.0</duration> | |
<file>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_15.jpeg</file> | |
</static> | |
<transition type="overlay"> | |
<duration>5.0</duration> | |
<from>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_15.jpeg</from> | |
<to>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_16.jpeg</to> | |
</transition> | |
<!-- 03:00 --> | |
<static> | |
<duration>10795.0</duration> | |
<file>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_16.jpeg</file> | |
</static> | |
<transition type="overlay"> | |
<duration>5.0</duration> | |
<from>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_16.jpeg</from> | |
<to>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_1.jpeg</to> | |
</transition> | |
<!-- 05:00 --> | |
<static> | |
<duration>3595.0</duration> | |
<file>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_1.jpeg</file> | |
</static> | |
<transition type="overlay"> | |
<duration>5.0</duration> | |
<from>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_1.jpeg</from> | |
<to>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_2.jpeg</to> | |
</transition> | |
<!-- 06:00 --> | |
<static> | |
<duration>3595.0</duration> | |
<file>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_2.jpeg</file> | |
</static> | |
<transition type="overlay"> | |
<duration>5.0</duration> | |
<from>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_2.jpeg</from> | |
<to>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_3.jpeg</to> | |
</transition> | |
<!-- 07:00 --> | |
<static> | |
<duration>3595.0</duration> | |
<file>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_3.jpeg</file> | |
</static> | |
<transition type="overlay"> | |
<duration>5.0</duration> | |
<from>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_3.jpeg</from> | |
<to>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_4.jpeg</to> | |
</transition> | |
<!-- 08:00 --> | |
<static> | |
<duration>3595.0</duration> | |
<file>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_4.jpeg</file> | |
</static> | |
<transition type="overlay"> | |
<duration>5.0</duration> | |
<from>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_4.jpeg</from> | |
<to>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_5.jpeg</to> | |
</transition> | |
<!-- 09:00 --> | |
<static> | |
<duration>3595.0</duration> | |
<file>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_5.jpeg</file> | |
</static> | |
<transition type="overlay"> | |
<duration>5.0</duration> | |
<from>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_5.jpeg</from> | |
<to>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_6.jpeg</to> | |
</transition> | |
<!-- 10:00 --> | |
<static> | |
<duration>3595.0</duration> | |
<file>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_6.jpeg</file> | |
</static> | |
<transition type="overlay"> | |
<duration>5.0</duration> | |
<from>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_6.jpeg</from> | |
<to>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_7.jpeg</to> | |
</transition> | |
<!-- 11:00 --> | |
<static> | |
<duration>7195.0</duration> | |
<file>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_7.jpeg</file> | |
</static> | |
<transition type="overlay"> | |
<duration>5.0</duration> | |
<from>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_7.jpeg</from> | |
<to>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_8.jpeg</to> | |
</transition> | |
<!-- 13:00 --> | |
<static> | |
<duration>3595.0</duration> | |
<file>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_8.jpeg</file> | |
</static> | |
<transition type="overlay"> | |
<duration>5.0</duration> | |
<from>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_8.jpeg</from> | |
<to>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_9.jpeg</to> | |
</transition> | |
<!-- 14:00 --> | |
<static> | |
<duration>3595.0</duration> | |
<file>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_9.jpeg</file> | |
</static> | |
<transition type="overlay"> | |
<duration>5.0</duration> | |
<from>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_9.jpeg</from> | |
<to>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_10.jpeg</to> | |
</transition> | |
<!-- 15:00 --> | |
<static> | |
<duration>3595.0</duration> | |
<file>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_10.jpeg</file> | |
</static> | |
<transition type="overlay"> | |
<duration>5.0</duration> | |
<from>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_10.jpeg</from> | |
<to>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_11.jpeg</to> | |
</transition> | |
<!-- 16:00 --> | |
<static> | |
<duration>3595.0</duration> | |
<file>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_11.jpeg</file> | |
</static> | |
<transition type="overlay"> | |
<duration>5.0</duration> | |
<from>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_11.jpeg</from> | |
<to>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_12.jpeg</to> | |
</transition> | |
<!-- 17:00 --> | |
<static> | |
<duration>3595.0</duration> | |
<file>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_12.jpeg</file> | |
</static> | |
<transition type="overlay"> | |
<duration>5.0</duration> | |
<from>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_12.jpeg</from> | |
<to>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_13.jpeg</to> | |
</transition> | |
<!-- 18:00 --> | |
<static> | |
<duration>7195.0</duration> | |
<file>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_13.jpeg</file> | |
</static> | |
<transition type="overlay"> | |
<duration>5.0</duration> | |
<from>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_13.jpeg</from> | |
<to>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_14.jpeg</to> | |
</transition> | |
<!-- 20:00 --> | |
<static> | |
<duration>10795.0</duration> | |
<file>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_14.jpeg</file> | |
</static> | |
<transition type="overlay"> | |
<duration>5.0</duration> | |
<from>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_14.jpeg</from> | |
<to>/home/XXXXX/Pictures/Wallpaper/mojave_dynamic_15.jpeg</to> | |
</transition> | |
</background> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment