My dotfiles and config options
so the wallpaper changes hourly using cron
running the script .config/wallpapers/wallpaperSetter.sh
, my cron looks like this:
0 * * * * ~/.config/wallpapers/wallpaperSetter.sh >> ~/.config/wallpapers/wallpaperSetter.log 2>&1
additionally the .config/wallpapers
should have a folder called main
, this is the dir it will read the wallpapers from, each file needs to be titled hourHH.png
where HH
is the hour from 00 to 23, also if the hourly wallpaper isn't found it tries to set the wallpaper .config/wallpapers/default.png
For the rofi configs I used a modified version of this collection of themes.