mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Cava: less logs
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user