mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
15 lines
277 B
Desktop File
15 lines
277 B
Desktop File
[Unit]
|
|
Description="Show unread GitHub notifications"
|
|
PartOf=graphical-session.target
|
|
After=dunst.service
|
|
|
|
[Service]
|
|
ExecStart=%h/.local/bin/scripts/gui/gh-notification -vv
|
|
Type=oneshot
|
|
RemainAfterExit=false
|
|
Restart=on-failure
|
|
RestartSec=3s
|
|
|
|
[Install]
|
|
WantedBy=wm-ready.target
|