diff options
author | Amin Bandali <amin@aminb.org> | 2018-04-29 02:00:39 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-04-29 02:00:39 -0400 |
commit | 4f183f2aa83af08c6c36bd982e2726fb1ac25d4c (patch) | |
tree | 94bb76cd75482a57d878d97fce49ba65d3a18981 /wp/.config/systemd/user | |
parent | b43e02acedf252efd3618b564174efb83c4c6d4c (diff) | |
download | configs-4f183f2aa83af08c6c36bd982e2726fb1ac25d4c.tar.gz configs-4f183f2aa83af08c6c36bd982e2726fb1ac25d4c.tar.xz configs-4f183f2aa83af08c6c36bd982e2726fb1ac25d4c.zip |
[rc/wp] migrate my little wallpaper changer script to literate setup
Diffstat (limited to 'wp/.config/systemd/user')
-rw-r--r-- | wp/.config/systemd/user/wp.service | 6 | ||||
-rw-r--r-- | wp/.config/systemd/user/wp.timer | 10 |
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 |