summaryrefslogtreecommitdiffstats
path: root/wp/.config/systemd/user
diff options
context:
space:
mode:
Diffstat (limited to 'wp/.config/systemd/user')
-rw-r--r--wp/.config/systemd/user/wp.service6
-rw-r--r--wp/.config/systemd/user/wp.timer10
2 files changed, 0 insertions, 16 deletions
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