add hyprland socket support
This commit is contained in:
@@ -1,17 +1,19 @@
|
||||
#pragma once
|
||||
|
||||
#include <gtkmm.h>
|
||||
#include <gtk4-layer-shell/gtk4-layer-shell.h>
|
||||
#include <gtkmm.h>
|
||||
|
||||
#include "services/hyprland.hpp"
|
||||
#include "widgets/clock.hpp"
|
||||
|
||||
|
||||
class Bar : public Gtk::Window {
|
||||
public:
|
||||
class Bar : public Gtk::Window
|
||||
{
|
||||
public:
|
||||
Bar();
|
||||
|
||||
protected:
|
||||
protected:
|
||||
Clock clock;
|
||||
HyprlandService hyprland;
|
||||
Gtk::CenterBox main_box{};
|
||||
|
||||
void setup_ui();
|
||||
|
||||
Reference in New Issue
Block a user