made WP transparent and more in sync with bar

This commit is contained in:
Hannes
2026-02-12 22:02:34 +01:00
parent 2b05415883
commit 1b8c97c1c7
+5 -5
View File
@@ -15,10 +15,10 @@ PanelWindow {
Rectangle { Rectangle {
anchors.fill: parent anchors.fill: parent
radius: 10 radius: 10
color: "black" color: "#80000000"
border.width: 2 border.width: 2
border.color: "white" border.color: "#555555"
//Wallpaper space //Wallpaper space
@@ -31,7 +31,7 @@ PanelWindow {
width: parent.width - 35 width: parent.width - 35
height: parent.height - 100 height: parent.height - 100
color: "black" color: "#80202020"
radius: 10 radius: 10
clip: true clip: true
@@ -83,7 +83,7 @@ PanelWindow {
id: textHighlight id: textHighlight
width: parent.width - 10 width: parent.width - 10
height: 24 height: 24
color: mouseArea.containsMouse ? "#4a90e2" : "transparent" color: mouseArea.containsMouse ? "#804a90e2" : "transparent"
anchors.horizontalCenter: parent.horizontalCenter anchors.horizontalCenter: parent.horizontalCenter
Text { Text {
@@ -134,7 +134,7 @@ PanelWindow {
anchors.fill: parent anchors.fill: parent
radius: 10 radius: 10
color: "transparent" color: "transparent"
border.color: "white" border.color: "#777777"
border.width: 1 border.width: 1
z: 999 z: 999
} }