feat(network): signal strength

This commit is contained in:
Alexis
2018-08-09 22:05:15 +02:00
parent 6ccb029097
commit c276c3b907
4 changed files with 19 additions and 5 deletions

View File

@ -59,7 +59,7 @@ void waybar::modules::Workspaces::_updateThread()
{
_thread = new waybar::util::SleeperThread([this] {
update();
_thread->sleep_for(waybar::chrono::milliseconds(250));
_thread->sleep_for(waybar::chrono::milliseconds(150));
});
}