add hyprland socket support
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include <gtkmm/label.h>
|
||||
#include <gtkmm.h>
|
||||
#include <gtk4-layer-shell/gtk4-layer-shell.h>
|
||||
#include <gtkmm.h>
|
||||
#include <gtkmm/label.h>
|
||||
|
||||
#include "interface/updateable.ipp"
|
||||
|
||||
class Clock : public Gtk::Label, public IUpdatable {
|
||||
public:
|
||||
class Clock : public Gtk::Label, public IUpdatable
|
||||
{
|
||||
public:
|
||||
bool onUpdate();
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user