1

Modules/Hyprpanel: Update button radii

This commit is contained in:
2025-07-20 01:49:06 +02:00
parent 2fa38179e5
commit 1115f3b633

View File

@ -82,7 +82,7 @@ in {
"theme.bar.margin_bottom" = "0px";
"theme.bar.margin_sides" = "10px";
"theme.bar.margin_top" = "10px";
"theme.bar.opacity" = 80;
"theme.bar.opacity" = 60;
"theme.bar.outer_spacing" = "0px"; # NOTE: Left/Right bar padding
"theme.bar.transparent" = false;
@ -90,7 +90,7 @@ in {
"theme.bar.buttons.opacity" = 100;
"theme.bar.buttons.padding_x" = "10px";
"theme.bar.buttons.padding_y" = "2px";
"theme.bar.buttons.radius" = "6px";
"theme.bar.buttons.radius" = "3px";
"theme.bar.buttons.spacing" = "2px"; # NOTE: Horizontal inter-button spacing
"theme.bar.buttons.style" = "default";
"theme.bar.buttons.text" = "#${color.hex.accentText}";