brightess and volume control

This commit is contained in:
2026-03-26 13:15:54 -07:00
parent 80efc104ed
commit 5b8d82a934
20 changed files with 588 additions and 37 deletions

View File

@@ -16,6 +16,8 @@ Item {
bottom: parent.bottom
}
Widgets.Battery {}
Widgets.Volume {}
Widgets.Brightness {}
}
Widgets.Workspaces {
height: parent.height
@@ -31,6 +33,7 @@ Item {
right: parent.right
bottom: parent.bottom
}
Widgets.Uptime {}
Widgets.Time {}
}
}