From 26192140899b6147b3ccb57410ab3c0d88927a13 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 27 Jul 2025 16:33:27 -0700 Subject: Cleans up some todos --- dots/systemd/.config/systemd/services/wallpaper.service.j2 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 dots/systemd/.config/systemd/services/wallpaper.service.j2 (limited to 'dots/systemd') 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 -- cgit v1.2.3-70-g09d2