Idle inhibitor toggle no longer update all modules - a list of idle inhibitors is maintained on the Client.

This commit is contained in:
Jordan Leppert
2020-10-31 17:30:25 +00:00
parent 188611a767
commit aa4fc3dd29
4 changed files with 9 additions and 16 deletions

View File

@ -31,7 +31,6 @@ class Bar {
auto toggle() -> void;
void handleSignal(int);
void updateAll();
struct waybar_output *output;
Json::Value config;