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:
@ -23,6 +23,7 @@ class ALabel : public IModule {
|
||||
Gtk::Label label_;
|
||||
const Json::Value & config_;
|
||||
std::string format_;
|
||||
std::string click_param;
|
||||
std::mutex mutex_;
|
||||
const std::chrono::seconds interval_;
|
||||
bool alt_ = false;
|
||||
|
Reference in New Issue
Block a user