Pictures of the day for your desktop and lockscreen using wallcat
- python3
# Create the services folder if it doesn´t exist
mkdir -p ~/.config/systemd/user/
# Clone the repo
git clone https://github.com/ctrl-b/wallcatd.git ~/services/wallcatd
# Create symbolic links for your user
ln -s ~/services/wallcatd/wallcatd.service ~/.config/systemd/user/
ln -s ~/services/wallcatd/wallcatd.timer ~/.config/systemd/user/
# Enable the service:
systemctl enable --user wallcatd.timer
-
Check for new wallpapers on unlock sessionTimer added to handle wallpaper update if computer hasn't been restarted