Cava: running at all time as its getting to know if a widget needs it.
This commit is contained in:
parent
dda0266798
commit
74ec5ea606
1 changed files with 1 additions and 3 deletions
|
|
@ -37,9 +37,7 @@ Singleton {
|
|||
Process {
|
||||
id: process
|
||||
stdinEnabled: true
|
||||
running: (Settings.data.audio.visualizerType !== "none")
|
||||
&& (PanelService.getPanel("sidePanel").active || Settings.data.audio.showMiniplayerCava
|
||||
|| (PanelService.lockScreen && PanelService.lockScreen.active))
|
||||
running: true
|
||||
command: ["cava", "-p", "/dev/stdin"]
|
||||
onExited: {
|
||||
stdinEnabled = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue