Add a config to set a timeout for the idle_inhibitor module

This commit is contained in:
Louis des Landes
2022-04-10 22:47:52 +09:30
parent a1129c4c87
commit 1071b9f7c5
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();