dotfiles/.config/systemd/user/change_wallpaper.service
Sergio Laín f5428b9a0e
feat(systemd): service to change wallpaper
the wallpaper will be changed every 2 hours
2023-10-09 14:49:16 +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/random_wallpaper
[Install]
WantedBy=default.target