dotfiles/dotfiles/config/systemd/user/github-notifications.service

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