From 916d5f3c485b2ab8273d2a3540bfc6572a8dc83e Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sun, 20 Jul 2025 00:43:05 +0200 Subject: [PATCH] Modules/Hyprpanel: Make bar opacity consistent with window opacity --- home/modules/hyprpanel/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/hyprpanel/default.nix b/home/modules/hyprpanel/default.nix index a145579f..1f550a49 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" = 60; + "theme.bar.opacity" = 80; "theme.bar.outer_spacing" = "0px"; # NOTE: Left/Right bar padding "theme.bar.transparent" = false;