aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/i3status/.config/systemd/user/rss-status.service
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-02-24 13:49:22 -0600
committerToby Vincent <tobyv@tobyvin.dev>2024-02-24 13:49:22 -0600
commit3aad02598b50778cb7e0d50eb54b96a14622f201 (patch)
tree8a86a9024364dcb70f08b2302a8ac30fb33393ee /i3status/.config/systemd/user/rss-status.service
parente2082fca83c54584e5841c6736733151f840c5c8 (diff)
fix(gtk): attempt to fix gtk theme issues
Diffstat (limited to 'i3status/.config/systemd/user/rss-status.service')
-rw-r--r--i3status/.config/systemd/user/rss-status.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/i3status/.config/systemd/user/rss-status.service b/i3status/.config/systemd/user/rss-status.service
index be5f7e4..b04c09b 100644
--- a/i3status/.config/systemd/user/rss-status.service
+++ b/i3status/.config/systemd/user/rss-status.service
@@ -6,7 +6,7 @@ After=graphical-session.target
[Service]
Type=oneshot
BusName=rs.i3status
-ExecStart=%h/.local/bin/rss-status
+ExecStart=-%h/.local/bin/rss-status
[Install]
WantedBy=graphical-session.target