mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
feat(idle_inhibitor): pass status to click events exec
This commit is contained in:
@ -50,6 +50,7 @@ bool waybar::modules::IdleInhibitor::handleToggle(GdkEventButton* const& e) {
|
||||
waybar::Client::inst()->idle_inhibit_manager, bar_.surface);
|
||||
status_ = "activated";
|
||||
}
|
||||
click_param = status_;
|
||||
} else {
|
||||
ALabel::handleToggle(e);
|
||||
}
|
||||
|
Reference in New Issue
Block a user