1
0
Fork 0
dotfiles/files/.config/systemd/user/wallpaper.service

12 lines
237 B
Desktop File

[Unit]
Description=Animated wallpaper
Requires=user-graphical-login.target
After=user-graphical-login.target
[Service]
ExecStart=/bin/bash -c '"$HOME/.local/bin/wallpaper"'
Restart=always
[Install]
WantedBy=user-graphical-login.target