feat(workspaces): add thread sleep
parent
bc1c362c06
commit
e5b5be3b37
|
@ -13,6 +13,7 @@ waybar::modules::WorkspaceSelector::WorkspaceSelector(Bar &bar)
|
||||||
ipc_single_command(_ipcEventSocketfd, IPC_SUBSCRIBE, subscribe, &len);
|
ipc_single_command(_ipcEventSocketfd, IPC_SUBSCRIBE, subscribe, &len);
|
||||||
_thread = [this] {
|
_thread = [this] {
|
||||||
update();
|
update();
|
||||||
|
_thread.sleep_for(chrono::milliseconds(250));
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue