summaryrefslogtreecommitdiff
path: root/dots/systemd/.config
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-10-04 14:43:28 -0700
committerElizabeth Hunt <me@liz.coffee>2025-10-04 14:53:07 -0700
commitff1386de7f7cb385a8b5f59a8588194eb3f1774a (patch)
tree9ab7458dfe8e09118b0081437ff375894fb468ad /dots/systemd/.config
parent1722f55eccec31cc86cdee1a3673ebfa02af57a6 (diff)
downloaddotfiles-ff1386de7f7cb385a8b5f59a8588194eb3f1774a.tar.gz
dotfiles-ff1386de7f7cb385a8b5f59a8588194eb3f1774a.zip
Some stuff
Diffstat (limited to 'dots/systemd/.config')
-rw-r--r--dots/systemd/.config/systemd/user/wallpaper.service.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/dots/systemd/.config/systemd/user/wallpaper.service.j2 b/dots/systemd/.config/systemd/user/wallpaper.service.j2
index 511a82e..8a22b76 100644
--- a/dots/systemd/.config/systemd/user/wallpaper.service.j2
+++ b/dots/systemd/.config/systemd/user/wallpaper.service.j2
@@ -3,7 +3,7 @@ Description=Sets wallpaper randomly every 30 mins
[Service]
Restart=always
-RestartSec=1800s
+RestartSec=3600s
ExecStart=/bin/bash {{ user.home }}/scripts/wallpaper.sh
Sysloglevel=5
LogLevelMax=5