dotfiles/home/.config/systemd/user/wallpaper.service

12 lines
194 B
Desktop File

[Unit]
Description="Wallpaper setter"
PartOf=graphical-session.target
[Service]
ExecStart=%h/.local/bin/scripts/gui/setbg
Type=oneshot
RemainAfterExit=false
[Install]
WantedBy=wm-ready.target