aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/i3status/.config/systemd/user/rss-status.service
blob: b04c09be5907ca2b3f2b40b78620780ebed5bb1f (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