1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-09 15:22:13 -04:00

greeter: try to fix random nixos issue

This commit is contained in:
bbedward
2026-02-06 10:56:44 -05:00
parent e1ea441215
commit 393e9ed2e4
3 changed files with 13 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ Singleton {
command: ["which", "cava"]
running: false
onExited: exitCode => {
root.cavaAvailable = exitCode === 0;
root.cavaAvailable = exitCode === 0 && Quickshell.env("DMS_DISABLE_CAVA") !== "1";
}
}
@@ -39,10 +39,6 @@ sensitivity=30
lower_cutoff_freq=50
higher_cutoff_freq=12000
[input]
method=pipewire
source=auto
[output]
method=raw
raw_target=/dev/stdout