Add hover show applications in workspace bar

This commit is contained in:
Amaro Lopes
2025-09-22 02:37:28 -03:00
parent 2445e21f0b
commit 65497edde2
8 changed files with 205 additions and 56 deletions

View File

@@ -11,7 +11,7 @@ Item {
}
Rectangle {
color: "#44475A"
color: Theme.backgroudColor
implicitWidth: clockText.implicitWidth * 1.6
implicitHeight: Theme.heightGaps //root.implicitHeight*0.8
radius: 25
@@ -24,7 +24,7 @@ Item {
font.bold: true
font.pixelSize: 14
font.family: Theme.fontFamily
color: "white"
color: Theme.textColor
}
}