diff --git a/systemd/user/wallpaper.service b/systemd/user/wallpaper.service new file mode 100644 index 0000000..5263bde --- /dev/null +++ b/systemd/user/wallpaper.service @@ -0,0 +1,8 @@ +[Unit] +Description=Change wallpaper from unsplash + +[Service] +ExecStart=%h/wallpaper-unsplash.sh + +[Install] +WantedBy=default.target diff --git a/systemd/user/wallpaper.timer b/systemd/user/wallpaper.timer new file mode 100644 index 0000000..1c62615 --- /dev/null +++ b/systemd/user/wallpaper.timer @@ -0,0 +1,9 @@ +[Unit] +Description=Change wallpaper every 10 minutes + +[Timer] +OnBootSec=1min +OnUnitActiveSec=10min + +[Install] +WantedBy=timers.target