summaryrefslogtreecommitdiff
path: root/dots/systemd
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-07-27 16:33:27 -0700
committerElizabeth Hunt <me@liz.coffee>2025-07-27 16:33:27 -0700
commit26192140899b6147b3ccb57410ab3c0d88927a13 (patch)
tree8b110f206350ea5d134d2cfea17d1c0b18c9235b /dots/systemd
parent3644833991298c6785d5310b8cdf857c1a770ea6 (diff)
downloaddotfiles-26192140899b6147b3ccb57410ab3c0d88927a13.tar.gz
dotfiles-26192140899b6147b3ccb57410ab3c0d88927a13.zip
Cleans up some todos
Diffstat (limited to 'dots/systemd')
-rw-r--r--dots/systemd/.config/systemd/services/wallpaper.service.j29
1 files changed, 9 insertions, 0 deletions
diff --git a/dots/systemd/.config/systemd/services/wallpaper.service.j2 b/dots/systemd/.config/systemd/services/wallpaper.service.j2
new file mode 100644
index 0000000..df4f595
--- /dev/null
+++ b/dots/systemd/.config/systemd/services/wallpaper.service.j2
@@ -0,0 +1,9 @@
+[Unit]
+Description=Sets wallpaper randomly every 30 mins
+
+[Service]
+Restart=always
+RestartSec=1800s
+ExecStart=/bin/bash {{ user.home }}/scripts/wallpaper.sh
+Sysloglevel=5
+LogLevelMax=5