mirror of
https://github.com/rad4day/Waybar.git
synced 2025-12-24 22:42:33 +01:00
modules: Revert button to label
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
|
||||
#include <fmt/format.h>
|
||||
|
||||
#include "AButton.hpp"
|
||||
#include "ALabel.hpp"
|
||||
#include "bar.hpp"
|
||||
#include "client.hpp"
|
||||
|
||||
namespace waybar::modules {
|
||||
|
||||
class IdleInhibitor : public AButton {
|
||||
class IdleInhibitor : public ALabel {
|
||||
sigc::connection timeout_;
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user