1
0
forked from extern/nix-config

waybar: Use tray spacing from module

This fixes an issue where the spacing wasn't correct.
This commit is contained in:
Donovan Glover 2023-05-14 09:31:08 -04:00
parent 3622c56d88
commit fd077016b8
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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);