quickshell: add 5% transparency to dropdown wrappers
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
bef271f77a
commit
93ae3f1e33
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue