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:
parent
3622c56d88
commit
fd077016b8
6
home.nix
6
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);
|
||||
|
Loading…
Reference in New Issue
Block a user