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

@@ -14,7 +14,7 @@ Rectangle {
implicitWidth: audioText.implicitWidth * 1.6
implicitHeight: Theme.heightGaps
color: "#44475A"
color: Theme.backgroudColor
radius: 25
states: [
State {
@@ -66,7 +66,7 @@ Rectangle {
font.bold: true
font.pixelSize: 14
font.family: root.fontFamily
color: "white"
color: Theme.textColor
}
Process {