mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-07 07:49:28 -05:00
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