1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2025-02-12 19:25:05 +01:00

syncthing: have tray wait for bar to load ()

Add --wait flag to tray to avoid loading before bar.
This commit is contained in:
Jdogzz 2025-01-18 09:35:27 -08:00 committed by GitHub
parent 1e36429705
commit 1c75a4c151
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -726,7 +726,8 @@ in {
};
Service = {
ExecStart = "${pkgs.syncthingtray-minimal}/bin/syncthingtray";
ExecStart =
"${pkgs.syncthingtray-minimal}/bin/syncthingtray --wait";
};
Install = { WantedBy = [ "graphical-session.target" ]; };