fix(battery): typo

This commit is contained in:
Alexis 2018-12-24 08:50:58 +01:00
parent e3c0624c48
commit 755fad6bc3
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ void waybar::modules::Battery::worker()
{
thread_timer_ = [this] {
dp.emit();
thread_.sleep_for(interval_);
thread_timer_.sleep_for(interval_);
};
thread_ = [this] {
struct inotify_event event = {0};