Select a random wallpaper, from the local file system, every N minutes.
It will cycle through all images randomly in sequence -- so no images are left unused for long periods.
feh
, notify-send
.
./install.sh i
This will enable the wallpaper-randomiser.service
too, as a user service.
Also install native deps (choose one):
sudo apk add feh libnotify
sudo apt-get install feh libnotify-bin
sudo brew install feh libnotify
sudo dnf install feh libnotify
sudo pacman -S feh libnotify
sudo yum install feh libnotify
Simply place jpg or png files in the wallpaper_dir
, which defaults to ~/.wallpapers
.
The config file lives at /etc/wallpaper-randomiser.yaml
, and the (implicit) default values are:
interval_mins: 30
wallpaper_dir: ~/.wallpapers
./install.sh u