From 94f3d6d48f44ad0d61c361cba0378059938ae15e Mon Sep 17 00:00:00 2001 From: Jacob Hinkle Date: Thu, 13 Oct 2022 09:21:16 -0400 Subject: [PATCH] Enable syncthing tray --- home/jacob.nix | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/home/jacob.nix b/home/jacob.nix index a067fad..c660766 100644 --- a/home/jacob.nix +++ b/home/jacob.nix @@ -298,8 +298,19 @@ syncthing = { enable = false; # cause the tray command to wait for the service and tray manager to start - #extraOptions = [ "--wait" ]; - tray.enable = false; + extraOptions = [ "--wait" ]; + tray.enable = true; + }; + trayer = { + enable = true; + settings = { + align = "right"; + edge = "top"; + tint = "black"; + transparent = true; # only way i could get color to work + widthtype = "percent"; + width = "10"; + }; }; unclutter = { enable = true;