mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-20 01:42:38 +02:00
fix(window): pick only con title
This commit is contained in:
@@ -70,6 +70,13 @@ struct SleeperThread {
|
||||
condvar_.notify_all();
|
||||
}
|
||||
|
||||
void emit()
|
||||
{
|
||||
Glib::signal_idle().connect_once([this] {
|
||||
sig_update.emit();
|
||||
});
|
||||
}
|
||||
|
||||
~SleeperThread()
|
||||
{
|
||||
do_run_ = false;
|
||||
|
Reference in New Issue
Block a user