From a15c537f608db166f734d3a7e8d3c68bf17f55d7 Mon Sep 17 00:00:00 2001 From: ericmarin Date: Mon, 30 Mar 2026 17:32:31 +0200 Subject: changes --- systemd/user/random-wallpaper.service | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'systemd/user/random-wallpaper.service') diff --git a/systemd/user/random-wallpaper.service b/systemd/user/random-wallpaper.service index e552232..f647034 100644 --- a/systemd/user/random-wallpaper.service +++ b/systemd/user/random-wallpaper.service @@ -1,2 +1,8 @@ +[Unit] +Description=Set random wallpaper +After=graphical-session.target + [Service] +Type=oneshot ExecStart=%h/.config/scripts/set_random %h/Pictures/Backgrounds/ +KillMode=process -- cgit v1.2.3