feat(idle_inhibitor): pass status to click events exec

This commit is contained in:
Alex
2019-05-02 16:56:45 +02:00
parent 1e871b2353
commit 5623bbecfe
3 changed files with 13 additions and 7 deletions

View File

@ -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;