mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Run gh-notification service after dunst (needs notifs)
This commit is contained in:
parent
d7f171df59
commit
3bd24d6d27
|
@ -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…
Reference in a new issue