mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-12 14:12:29 +02:00
Merge pull request #1120 from pinselimo/use_gtk_button_v2
This commit is contained in:
@ -2,13 +2,13 @@
|
||||
|
||||
#include <fmt/format.h>
|
||||
|
||||
#include "ALabel.hpp"
|
||||
#include "AButton.hpp"
|
||||
#include "bar.hpp"
|
||||
#include "client.hpp"
|
||||
|
||||
namespace waybar::modules {
|
||||
|
||||
class IdleInhibitor : public ALabel {
|
||||
class IdleInhibitor : public AButton {
|
||||
sigc::connection timeout_;
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user