Merge pull request #1454 from Psykar/idle_inhibitor_timeout

Add a config to set a timeout for the idle_inhibitor module
This commit is contained in:
Alex
2022-05-04 17:27:21 +02:00
committed by GitHub
3 changed files with 31 additions and 1 deletions

View File

@ -9,6 +9,8 @@
namespace waybar::modules {
class IdleInhibitor : public ALabel {
sigc::connection timeout_;
public:
IdleInhibitor(const std::string&, const waybar::Bar&, const Json::Value&);
~IdleInhibitor();