aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/i3status/.config/systemd/user
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-05-28 15:27:15 -0500
committerToby Vincent <tobyv@tobyvin.dev>2024-05-28 15:27:15 -0500
commitdd6cfb63ad85d0164cbe4ac04f7aea9f6a842f02 (patch)
tree5bc45394b9192771bcc85fa59b8aab4b8a4301bb /i3status/.config/systemd/user
parent1527172edf1f7d65095a5c2268947c16ed905d18 (diff)
feat!: remove unused configs and cleanup paths
Diffstat (limited to 'i3status/.config/systemd/user')
-rw-r--r--i3status/.config/systemd/user/rss-status.service12
-rw-r--r--i3status/.config/systemd/user/rss-status.timer10
2 files changed, 0 insertions, 22 deletions
diff --git a/i3status/.config/systemd/user/rss-status.service b/i3status/.config/systemd/user/rss-status.service
deleted file mode 100644
index b04c09b..0000000
--- a/i3status/.config/systemd/user/rss-status.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=rss status bar block
-PartOf=graphical-session.target
-After=graphical-session.target
-
-[Service]
-Type=oneshot
-BusName=rs.i3status
-ExecStart=-%h/.local/bin/rss-status
-
-[Install]
-WantedBy=graphical-session.target
diff --git a/i3status/.config/systemd/user/rss-status.timer b/i3status/.config/systemd/user/rss-status.timer
deleted file mode 100644
index a0b3177..0000000
--- a/i3status/.config/systemd/user/rss-status.timer
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
-Description=rss status bar block
-
-[Timer]
-OnCalendar=hourly
-AccuracySec=15m
-Persistent=true
-
-[Install]
-WantedBy=timers.target