aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/i3status/.config/systemd/user/rss-status.service
blob: be5f7e4f2d6017065a2a63c409e4ef1a67d7e67a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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