From 93ae3f1e33ff3a43d9a13145df1d106c67b377e5 Mon Sep 17 00:00:00 2001 From: rope Date: Wed, 27 May 2026 12:04:43 +0100 Subject: [PATCH] quickshell: add 5% transparency to dropdown wrappers Co-Authored-By: Claude Opus 4.6 --- settings/hyprland.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 98d4644..98ef160 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -1335,6 +1335,7 @@ in anchors.horizontalCenter: parent.horizontalCenter anchors.top: parent.top anchors.topMargin: 4 + opacity: 0.95 width: menuItems.width + 16 height: menuItems.height + 12 radius: 10 @@ -1418,6 +1419,7 @@ in anchors.horizontalCenter: parent.horizontalCenter anchors.top: parent.top anchors.topMargin: 4 + opacity: 0.95 width: volDropdownCol.width + 20 height: volDropdownCol.height + 16 radius: 10 @@ -1620,6 +1622,7 @@ in anchors.horizontalCenter: parent.horizontalCenter anchors.top: parent.top anchors.topMargin: 4 + opacity: 0.95 width: netDropdownCol.width + 20 height: netDropdownCol.height + 16 radius: 10 @@ -1773,6 +1776,7 @@ in anchors.horizontalCenter: parent.horizontalCenter anchors.top: parent.top anchors.topMargin: 4 + opacity: 0.95 width: batteryDropdownCol.width + 20 height: batteryDropdownCol.height + 16 radius: 10 @@ -1912,6 +1916,7 @@ in width: 7 * 32 + 24 height: calWrapCol.height + 16 radius: 10 + opacity: 0.95 color: Theme.base01 anchors.horizontalCenter: parent.horizontalCenter