[Linux] Add github-notifications service
This commit is contained in:
parent
ea6f236f0d
commit
b7d7f46770
12
dotfiles/config/systemd/user/github-notifications.service
Normal file
12
dotfiles/config/systemd/user/github-notifications.service
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=github-notifications
|
||||||
|
Wants=taffybar.service
|
||||||
|
After=taffybar.service
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
ExecStart=/usr/bin/env notifications-tray-icon --github-pass-token github-token
|
||||||
|
ExecStop=/usr/bin/pkill 'notifications-tray-icon --github-pass-token github-token'
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=wm.target
|
Loading…
Reference in New Issue
Block a user