Add format_silent to cava module

This commit is contained in:
Sonter
2024-08-14 11:34:28 +03:00
parent 21906f07b3
commit 62cb61c670
2 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,7 @@ class Cava final : public ALabel {
std::chrono::seconds suspend_silence_delay_{0};
bool silence_{false};
bool hide_on_silence_{false};
std::string format_silent_{""};
int sleep_counter_{0};
// Cava method
void pause_resume();