mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-11 15:29:23 +01:00
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" "wireplumber" "backlight" "battery" "clock" ];
|
||||||
"tray" = {
|
"tray" = {
|
||||||
"icon-size" = 24;
|
"icon-size" = 24;
|
||||||
|
spacing = 8;
|
||||||
};
|
};
|
||||||
"hyprland/window" = {
|
"hyprland/window" = {
|
||||||
"rotate" = 90;
|
"rotate" = 90;
|
||||||
@ -620,11 +621,6 @@
|
|||||||
padding-bottom: 12px;
|
padding-bottom: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tray * {
|
|
||||||
padding-top: 8px;
|
|
||||||
padding-bottom: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip, #tray menu {
|
tooltip, #tray menu {
|
||||||
background: @base00;
|
background: @base00;
|
||||||
border: 1px solid alpha(@base09, 0.93);
|
border: 1px solid alpha(@base09, 0.93);
|
||||||
|
Loading…
Reference in New Issue
Block a user