From 4f183f2aa83af08c6c36bd982e2726fb1ac25d4c Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 29 Apr 2018 02:00:39 -0400 Subject: [rc/wp] migrate my little wallpaper changer script to literate setup --- wp/.config/systemd/user/wp.service | 6 ------ wp/.config/systemd/user/wp.timer | 10 ---------- 2 files changed, 16 deletions(-) delete mode 100644 wp/.config/systemd/user/wp.service delete mode 100644 wp/.config/systemd/user/wp.timer (limited to 'wp/.config/systemd') diff --git a/wp/.config/systemd/user/wp.service b/wp/.config/systemd/user/wp.service deleted file mode 100644 index 4308f83..0000000 --- a/wp/.config/systemd/user/wp.service +++ /dev/null @@ -1,6 +0,0 @@ -[Unit] -Description=wallpaper service - -[Service] -Type=oneshot -ExecStart=/usr/bin/bash -c %h/.local/bin/wp-auto diff --git a/wp/.config/systemd/user/wp.timer b/wp/.config/systemd/user/wp.timer deleted file mode 100644 index 448ab84..0000000 --- a/wp/.config/systemd/user/wp.timer +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=wallpaper timer - -[Timer] -OnCalendar=07,21:00 -Unit=wp.service -Persistent=true - -[Install] -WantedBy=timers.target -- cgit v1.2.3-60-g2f50