diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-07-27 16:33:27 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-07-27 16:33:27 -0700 |
commit | 26192140899b6147b3ccb57410ab3c0d88927a13 (patch) | |
tree | 8b110f206350ea5d134d2cfea17d1c0b18c9235b /dots/systemd | |
parent | 3644833991298c6785d5310b8cdf857c1a770ea6 (diff) | |
download | dotfiles-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.j2 | 9 |
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 |