mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
fix: make syncthingtray wait for tray
This commit is contained in:
parent
220451e8ac
commit
7b22970507
8 changed files with 62 additions and 49 deletions
|
|
@ -120,7 +120,6 @@
|
|||
# gnome.gnome-clocks
|
||||
# wlogout
|
||||
# jdiskreport
|
||||
syncthingtray
|
||||
# monitor
|
||||
|
||||
#keychain
|
||||
|
|
|
|||
|
|
@ -273,7 +273,7 @@ in
|
|||
}
|
||||
|
||||
exec systemctl --user import-environment
|
||||
|
||||
exec swayidle -w
|
||||
|
||||
|
||||
${swayfxSettings}
|
||||
|
|
|
|||
|
|
@ -18,6 +18,10 @@ _:
|
|||
source = ../../../programs/git/.gitmessage;
|
||||
target = ".gitmessage";
|
||||
};
|
||||
"swayidle/config" = {
|
||||
source = ../../../programs/swayidle/config;
|
||||
target = ".config/swayidle/config";
|
||||
};
|
||||
};
|
||||
|
||||
xdg.configFile = {
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
# pinentry
|
||||
dbus
|
||||
swaylock-effects
|
||||
syncthingtray-minimal
|
||||
|
||||
# secure boot
|
||||
sbctl
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue