Working on volume

This commit is contained in:
quadbyte 2025-08-10 15:37:26 -04:00
parent 9e0bb64d07
commit 5fd3c4a53e
6 changed files with 515 additions and 7 deletions

View file

@ -38,6 +38,7 @@ Variants {
layer.enabled: true
}
// Left
Row {
id: leftSection
@ -53,6 +54,7 @@ Variants {
}
}
// Center
Row {
id: centerSection
@ -64,6 +66,7 @@ Variants {
Workspace {}
}
// Right
Row {
id: rightSection
@ -77,6 +80,10 @@ Variants {
anchors.verticalCenter: parent.verticalCenter
}
Volume {
anchors.verticalCenter: parent.verticalCenter
}
Clock {
anchors.verticalCenter: parent.verticalCenter
}