diff --git a/dotfiles/config/systemd/user/github-notifications.service b/dotfiles/config/systemd/user/github-notifications.service new file mode 100644 index 00000000..2fac459d --- /dev/null +++ b/dotfiles/config/systemd/user/github-notifications.service @@ -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