working mpris and bluetooth menu

This commit is contained in:
2026-06-26 17:34:25 +01:00
parent 2b49211315
commit 07ec781b68
12 changed files with 708 additions and 13 deletions

View File

@@ -19,6 +19,8 @@ Item {
required property double selectorWidth
Item {
id: newWorkspaceButton
implicitWidth: 20
opacity: root.extraHoveredWidth > 0 ? 1 : 0
@@ -45,7 +47,7 @@ Item {
Rectangle {
anchors.fill: parent
color: Colors.red
color: Colors.green
radius: 4
StyledText {

View File

@@ -79,8 +79,7 @@ Item {
fill: parent
}
StyledText {
anchors.centerIn: parent
CenteredText {
font.pointSize: 10.5
text: root.workspace.id
}