diff --git a/sway/wallpapers.service b/sway/wallpapers.service new file mode 100644 index 0000000..734272a --- /dev/null +++ b/sway/wallpapers.service @@ -0,0 +1,12 @@ +[Unit] +Description=Rotate through cropped wallpapers for %u + +[Service] +Type=forking +PIDFile=/tmp/%u-wallpaper.pid +WorkingDirectory=/tmp +ExecStart=/var/home/%u/scripts/sway/wallpaper.pl -d --path=/home/jpm/wallpapers +Restart=always + +[Install] +WantedBy=graphical.target