dotfiles/.config/systemd/user/change_wallpaper.service
2023-10-11 13:36:51 +02:00

9 lines
174 B
Desktop File

[Unit]
Description=Change wallpaper with swww as backend
[Service]
Type=simple
ExecStart=/home/matt/.config/hypr/scripts/wallpaper random
[Install]
WantedBy=default.target