mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-04-18 17:22:27 +00:00
Run gh-notification service after dunst (needs notifs)
This commit is contained in:
parent
d7f171df59
commit
3bd24d6d27
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description="Show unread GitHub notifications"
|
Description="Show unread GitHub notifications"
|
||||||
PartOf=graphical-session.target
|
PartOf=graphical-session.target
|
||||||
|
After=dunst.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=%h/.local/bin/scripts/gui/gh-notification -vv
|
ExecStart=%h/.local/bin/scripts/gui/gh-notification -vv
|
||||||
|
|
Loading…
Add table
Reference in a new issue