mirror of
https://github.com/polybar/polybar.git
synced 2026-04-01 21:25:04 +00:00
refactor: Cleanup
This commit is contained in:
@ -114,7 +114,7 @@ namespace modules {
|
||||
* charging animation when the module is started
|
||||
*/
|
||||
void battery_module::start() {
|
||||
inotify_module::start();
|
||||
this->inotify_module::start();
|
||||
m_threads.emplace_back(thread(&battery_module::subthread, this));
|
||||
}
|
||||
|
||||
@ -145,7 +145,7 @@ namespace modules {
|
||||
}
|
||||
}
|
||||
|
||||
inotify_module::idle();
|
||||
this->inotify_module::idle();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user