feat: add brightness panel for bar brightness widget

This commit is contained in:
EmmetZ
2025-11-21 10:23:23 +08:00
parent 60d37576e0
commit e3c171840f
4 changed files with 171 additions and 3 deletions
@@ -76,6 +76,13 @@ Item {
backgroundColor: panelBackgroundColor
}
// Brightness
PanelBackground {
panel: root.windowRoot.brightnessPanelPlaceholder
shapeContainer: backgroundsShape
backgroundColor: panelBackgroundColor
}
// Calendar
PanelBackground {
panel: root.windowRoot.calendarPanelPlaceholder