1

Modules/Hyprpanel: Reduce horizontal button spacing

This commit is contained in:
2025-07-05 23:04:09 +02:00
parent b624465e1a
commit 1c86926834

View File

@ -91,7 +91,7 @@ in {
"theme.bar.buttons.padding_x" = "10px"; "theme.bar.buttons.padding_x" = "10px";
"theme.bar.buttons.padding_y" = "2px"; "theme.bar.buttons.padding_y" = "2px";
"theme.bar.buttons.radius" = "6px"; "theme.bar.buttons.radius" = "6px";
"theme.bar.buttons.spacing" = "3px"; "theme.bar.buttons.spacing" = "2px"; # NOTE: Horizontal inter-button spacing
"theme.bar.buttons.style" = "default"; "theme.bar.buttons.style" = "default";
"theme.bar.buttons.text" = "#${color.hex.dark.base}"; "theme.bar.buttons.text" = "#${color.hex.dark.base}";
"theme.bar.buttons.y_margins" = "2px"; # NOTE: Top/Bottom bar padding "theme.bar.buttons.y_margins" = "2px"; # NOTE: Top/Bottom bar padding
@ -183,7 +183,7 @@ in {
# https://github.com/Jas-SinghFSU/HyprPanel/blob/master/src/configuration/modules/config/bar/cava/index.ts # https://github.com/Jas-SinghFSU/HyprPanel/blob/master/src/configuration/modules/config/bar/cava/index.ts
"bar.customModules.cava.showActiveOnly" = true; "bar.customModules.cava.showActiveOnly" = true;
"bar.customModules.cava.bars" = 10; "bar.customModules.cava.bars" = 10;
"bar.customModules.cava.leftClick" = "menu:media"; # "bar.customModules.cava.leftClick" = "menu:media";
# https://github.com/Jas-SinghFSU/HyprPanel/blob/master/src/configuration/modules/theme/bar/buttons/cava.ts # https://github.com/Jas-SinghFSU/HyprPanel/blob/master/src/configuration/modules/theme/bar/buttons/cava.ts
"theme.bar.buttons.modules.cava.background" = "#${color.hex.dark.red}"; "theme.bar.buttons.modules.cava.background" = "#${color.hex.dark.red}";