diff --git a/home.nix b/home.nix index 154518c..4a65895 100644 --- a/home.nix +++ b/home.nix @@ -546,6 +546,7 @@ [ "tray" "wireplumber" "backlight" "battery" "clock" ]; "tray" = { "icon-size" = 24; + spacing = 8; }; "hyprland/window" = { "rotate" = 90; @@ -620,11 +621,6 @@ padding-bottom: 12px; } - #tray * { - padding-top: 8px; - padding-bottom: 8px; - } - tooltip, #tray menu { background: @base00; border: 1px solid alpha(@base09, 0.93);