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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user