syncthing: start tray service after bars
The QSyncthingTray service requires running tray providers such as polybar and taffybar.
This commit is contained in:
parent
a154e2ea1a
commit
8b77f1db2c
|
@ -51,7 +51,7 @@ with lib;
|
|||
qsyncthingtray = {
|
||||
Unit = {
|
||||
Description = "QSyncthingTray";
|
||||
After = [ "graphical-session-pre.target" ];
|
||||
After = [ "graphical-session-pre.target" "polybar.service" "taffybar.service" ];
|
||||
PartOf = [ "graphical-session.target" ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue