mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-09 05:05:27 +00:00
Cava: also enable during lockscreen
This commit is contained in:
@@ -8,7 +8,7 @@ import qs.Commons
|
||||
Singleton {
|
||||
id: root
|
||||
|
||||
property bool shouldRun: BarService.hasAudioVisualizer || (PanelService.getPanel("controlCenterPanel") === PanelService.openedPanel)
|
||||
property bool shouldRun: BarService.hasAudioVisualizer || (PanelService.getPanel("controlCenterPanel") === PanelService.openedPanel) || PanelService.lockScreen.active
|
||||
property var values: Array(barsCount).fill(0)
|
||||
property int barsCount: 24
|
||||
property var config: ({
|
||||
|
||||
Reference in New Issue
Block a user