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

12 lines
194 B
SYSTEMD
Raw Normal View History

2023-01-25 09:35:26 +00:00
[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