Cava: less logs

This commit is contained in:
ItsLemmy
2025-11-11 10:21:08 -05:00
parent 230d5de071
commit d4f11f6ef9
+2 -2
View File
@@ -60,12 +60,12 @@ Singleton {
Logger.d("Cava", "Process running:", running)
}
onExited: {
Logger.i("Cava", "Process exited")
Logger.d("Cava", "Process exited")
stdinEnabled = true
values = Array(barsCount).fill(0)
}
onStarted: {
Logger.i("Cava", "Process started")
Logger.d("Cava", "Process started")
for (const k in config) {
if (typeof config[k] !== "object") {
write(k + "=" + config[k] + "\n")