From 658bcf3703751ccce35f6fef59fed6e62182ebfa Mon Sep 17 00:00:00 2001 From: rope Date: Wed, 27 May 2026 15:33:25 +0100 Subject: [PATCH] quickshell: bump bar/dropdown opacity to 90% Co-Authored-By: Claude Opus 4.6 --- settings/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 5aabcc0..d88a034 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -537,7 +537,7 @@ in readonly property color base0B: "#${c.base0B}" readonly property color base0C: "#${c.base0C}" readonly property color base0D: "#${c.base0D}" - readonly property color barBg: "#B3${c.base00}" + readonly property color barBg: "#E6${c.base00}" readonly property color toastBg: "#E6${c.base00}" } '';