[Linux] Add github-notifications service

This commit is contained in:
Ivan Malison 2018-07-07 22:22:50 -07:00
parent ea6f236f0d
commit b7d7f46770
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

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