taffybar and status-notifier-watcher: move run queue rules to sni watcher
This commit is contained in:
parent
501415e8cd
commit
81100ba2ba
|
@ -31,6 +31,7 @@ in
|
|||
Description = "SNI watcher";
|
||||
After = [ "graphical-session-pre.target" ];
|
||||
PartOf = [ "graphical-session.target" ];
|
||||
Before = [ "taffybar.service" ];
|
||||
};
|
||||
|
||||
Service = {
|
||||
|
@ -38,7 +39,10 @@ in
|
|||
};
|
||||
|
||||
Install = {
|
||||
WantedBy = [ "graphical-session.target" ];
|
||||
WantedBy = [
|
||||
"graphical-session.target"
|
||||
"graphical-session-pre.target"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -29,11 +29,7 @@ in
|
|||
systemd.user.services.taffybar = {
|
||||
Unit = {
|
||||
Description = "Taffybar desktop bar";
|
||||
Wanted = [ "graphical-session-pre.target" ];
|
||||
After = [
|
||||
"graphical-session-pre.target"
|
||||
"status-notifier-watcher.service"
|
||||
];
|
||||
After = [ "graphical-session-pre.target" ];
|
||||
PartOf = [ "graphical-session.target" ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue