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