aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/i3status/.config/systemd/user/rss-status.service
diff options
context:
space:
mode:
Diffstat (limited to 'i3status/.config/systemd/user/rss-status.service')
-rw-r--r--i3status/.config/systemd/user/rss-status.service4
1 files changed, 3 insertions, 1 deletions
diff --git a/i3status/.config/systemd/user/rss-status.service b/i3status/.config/systemd/user/rss-status.service
index c13c7e2..be5f7e4 100644
--- a/i3status/.config/systemd/user/rss-status.service
+++ b/i3status/.config/systemd/user/rss-status.service
@@ -1,5 +1,7 @@
[Unit]
Description=rss status bar block
+PartOf=graphical-session.target
+After=graphical-session.target
[Service]
Type=oneshot
@@ -7,4 +9,4 @@ BusName=rs.i3status
ExecStart=%h/.local/bin/rss-status
[Install]
-WantedBy=default.target
+WantedBy=graphical-session.target