Skip to content

Commit d58ccd2

Browse files
authored
Update README.md
Added some how-to and why I uploaded the script.
1 parent 88c41ed commit d58ccd2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,17 @@
11
# gnome3-rotate-wallpaper
22
Barebones Python for rotating your wallpapers on GNOME 3
3+
4+
I made this because the GNOME Foundation removed this after version 3.4 (or whichever old version that was), and I finally got peeved and wanted the functionality back. I hope this is of benefit to you too.
5+
6+
# Installing the script
7+
The easiest way to install the script for now, is to put it somewhere in your local directory, and initiate it at boot via a cronjob.
8+
9+
For example, my script is in ~/.local/bin/rotating-wallpaper.py
10+
I also made the script executable.
11+
12+
Finally, for the cronjob you can simply add a line like:
13+
`@reboot /usr/bin/python3 /path/too/rotating-wallpaper.py`
14+
15+
Finally, be certain to add the absolute path to `directory = ""` in the script and save the change. You can also adjust the time that is in between pictures by changing the "timer" value, which is done in seconds. So, 30 is 30 seconds, and 120 is 2 minutes. This script also only rotates pictures randomly and in no particular order.
16+
17+
I hope to make this more user-friendly over time, with a Python GUI and all, but this is the basis for now and it works.

0 commit comments

Comments
 (0)