From 1115f3b6339ba14c5008e873a133a5f6ec66a0c5 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sun, 20 Jul 2025 01:49:06 +0200 Subject: [PATCH] Modules/Hyprpanel: Update button radii --- home/modules/hyprpanel/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}";