fix: make syncthingtray wait for tray

This commit is contained in:
Swarsel 2024-08-11 01:19:43 +02:00
parent 220451e8ac
commit 7b22970507
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
8 changed files with 62 additions and 49 deletions

View file

@ -120,7 +120,6 @@
# gnome.gnome-clocks
# wlogout
# jdiskreport
syncthingtray
# monitor
#keychain

View file

@ -273,7 +273,7 @@ in
}
exec systemctl --user import-environment
exec swayidle -w
${swayfxSettings}

View file

@ -18,6 +18,10 @@ _:
source = ../../../programs/git/.gitmessage;
target = ".gitmessage";
};
"swayidle/config" = {
source = ../../../programs/swayidle/config;
target = ".config/swayidle/config";
};
};
xdg.configFile = {

View file

@ -21,6 +21,7 @@
# pinentry
dbus
swaylock-effects
syncthingtray-minimal
# secure boot
sbctl

View file

@ -21,22 +21,22 @@ _:
folders = {
"Default Folder" = {
path = "/home/swarsel/Sync";
devices = [ "sync (@oracle) magicant" ];
devices = [ "sync (@oracle)" "magicant" ];
id = "default";
};
"Obsidian" = {
path = "/home/swarsel/Nextcloud/Obsidian";
devices = [ "sync (@oracle) magicant" ];
devices = [ "sync (@oracle)" "magicant" ];
id = "yjvni-9eaa7";
};
"Org" = {
path = "/home/swarsel/Nextcloud/Org";
devices = [ "sync (@oracle) magicant" ];
devices = [ "sync (@oracle)" "magicant" ];
id = "a7xnl-zjj3d";
};
"Vpn" = {
path = "/home/swarsel/Vpn";
devices = [ "sync (@oracle) magicant" ];
devices = [ "sync (@oracle)" "magicant" ];
id = "hgp9s-fyq3p";
};
};