CavaService improvements

- bring back autosens for better visualization at  low volume input
- enable Cava process as long as we have a visualizer and the sidePanel
is open, this helps capture audio when there is no active mpris player
(ex: mpv, game audio, etc...)
This commit is contained in:
Sébastien Atoch 2025-08-17 13:14:46 -04:00
parent c5c06449bd
commit 5419b7134e
3 changed files with 10 additions and 4 deletions

View file

@ -5,5 +5,8 @@ import Quickshell
Singleton {
id: root
// Currently opened panel
property var openedPanel: null
property var sidePanel: null
}