#pragma once #include #include #include "services/hyprland.hpp" #include "widgets/clock.hpp" class Bar : public Gtk::Window { public: Bar(); protected: Clock clock; HyprlandService hyprland; Gtk::CenterBox main_box{}; void setup_ui(); void load_css(); };