quickshell: add 5% transparency to dropdown wrappers

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
rope 2026-05-27 12:04:43 +01:00
parent bef271f77a
commit 93ae3f1e33

View file

@ -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