From b93770a3640c8bdcc32259abd9ab76cfb83b0355 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 30 Jul 2017 20:51:07 -0400 Subject: Add my little wallpaper/theme switcher Uses systemd timers to automatically change the wallpaper and switch my Xresources themes between light and dark modes at 7am and 9pm. --- wp/.config/systemd/user/wp.service | 6 ++++++ wp/.config/systemd/user/wp.timer | 10 ++++++++++ 2 files changed, 16 insertions(+) create mode 100644 wp/.config/systemd/user/wp.service create 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 new file mode 100644 index 0000000..4308f83 --- /dev/null +++ b/wp/.config/systemd/user/wp.service @@ -0,0 +1,6 @@ +[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 new file mode 100644 index 0000000..448ab84 --- /dev/null +++ b/wp/.config/systemd/user/wp.timer @@ -0,0 +1,10 @@ +[Unit] +Description=wallpaper timer + +[Timer] +OnCalendar=07,21:00 +Unit=wp.service +Persistent=true + +[Install] +WantedBy=timers.target -- cgit v1.2.3-60-g2f50