diff --git a/home/modules/hyprpanel/default.nix b/home/modules/hyprpanel/default.nix index 1f550a49..4db6ad09 100644 --- a/home/modules/hyprpanel/default.nix +++ b/home/modules/hyprpanel/default.nix @@ -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}";