13 lines
302 B
Desktop File
13 lines
302 B
Desktop File
[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
|