dotfiles/home/.config/systemd/user/gh-notification.service

14 lines
260 B
Desktop File

[Unit]
Description="Show unread GitHub notifications"
PartOf=graphical-session.target
[Service]
ExecStart=%h/.local/bin/scripts/gui/gh-notification -nd -v
Type=oneshot
RemainAfterExit=false
Restart=on-failure
RestartSec=3s
[Install]
WantedBy=wm-ready.target