forked from Shinonome/dots-hyprland
media controls: adjust color overlay transparency
This commit is contained in:
@@ -149,7 +149,7 @@ Item { // Player instance
|
||||
|
||||
Rectangle {
|
||||
anchors.fill: parent
|
||||
color: ColorUtils.transparentize(blendedColors.colLayer0, 0.25)
|
||||
color: ColorUtils.transparentize(blendedColors.colLayer0, 0.3)
|
||||
radius: root.popupRounding
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user