[Linux] Add github-notifications service

This commit is contained in:
2018-07-07 22:22:50 -07:00
parent ea6f236f0d
commit b7d7f46770

View 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