mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
fix(battery): typo
This commit is contained in:
parent
e3c0624c48
commit
755fad6bc3
@ -33,7 +33,7 @@ void waybar::modules::Battery::worker()
|
|||||||
{
|
{
|
||||||
thread_timer_ = [this] {
|
thread_timer_ = [this] {
|
||||||
dp.emit();
|
dp.emit();
|
||||||
thread_.sleep_for(interval_);
|
thread_timer_.sleep_for(interval_);
|
||||||
};
|
};
|
||||||
thread_ = [this] {
|
thread_ = [this] {
|
||||||
struct inotify_event event = {0};
|
struct inotify_event event = {0};
|
||||||
|
Loading…
Reference in New Issue
Block a user