mirror of
https://github.com/rad4day/Waybar.git
synced 2025-09-15 23:22:31 +02:00
fix(window): pick only con title
This commit is contained in:
@@ -16,7 +16,7 @@ waybar::modules::Custom::Custom(std::string name, Json::Value config)
|
||||
}
|
||||
}
|
||||
if (can_update) {
|
||||
thread_.sig_update.emit();
|
||||
thread_.emit();
|
||||
}
|
||||
thread_.sleep_for(chrono::seconds(interval));
|
||||
};
|
||||
|
Reference in New Issue
Block a user