1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-27 00:48:32 +02:00

syncthing: start tray service after bars

The QSyncthingTray service requires running tray providers such as
polybar and taffybar.
This commit is contained in:
Nikita Uvarov 2018-01-27 13:03:28 +01:00 committed by Robert Helgesson
parent a154e2ea1a
commit 8b77f1db2c
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

@ -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" ];
};