Merge branch 'unified-panel-content'

This commit is contained in:
ItsLemmy
2025-11-29 09:38:11 -05:00
5 changed files with 1280 additions and 1272 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ Singleton {
* - LockScreen is opened
* - A control center is open
*/
property bool shouldRun: BarService.hasAudioVisualizer || PanelService.lockScreen?.active || (PanelService.openedPanel && PanelService.openedPanel.panelWrapper.objectName.startsWith("controlCenterPanel"))
property bool shouldRun: BarService.hasAudioVisualizer || PanelService.lockScreen?.active || (PanelService.openedPanel && PanelService.openedPanel.objectName.startsWith("controlCenterPanel"))
property var values: Array(barsCount).fill(0)
property int barsCount: 32