Merge branch 'master' into river-tags-monitor-focus

This commit is contained in:
lilly-lizard
2024-11-29 17:36:20 +13:00
74 changed files with 488 additions and 108 deletions
+1
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();
+1
View File
@@ -18,6 +18,7 @@ class Temperature : public ALabel {
private:
float getTemperature();
bool isCritical(uint16_t);
bool isWarning(uint16_t);
std::string file_path_;
util::SleeperThread thread_;