only show cava when media is playing

Former-commit-id: a4bd708f24
This commit is contained in:
Hadi
2025-02-21 15:44:04 +01:00
parent 991b456713
commit b0899442ab

View File

@@ -184,6 +184,7 @@ in {
"${if transparent then "0 0 0 0" else "0px 0px 3px 1px #16161e"}"; "${if transparent then "0 0 0 0" else "0px 0px 3px 1px #16161e"}";
"bar.customModules.cava.showIcon" = false; "bar.customModules.cava.showIcon" = false;
"bar.customModules.cava.stereo" = true; "bar.customModules.cava.stereo" = true;
"bar.customModules.cava.showActiveOnly" = false;
}; };
}; };
} }