add tray icons

This commit is contained in:
2025-12-10 00:25:49 +01:00
parent d53dfa27f1
commit 7bd4c72763
9 changed files with 1268 additions and 9 deletions

View File

@@ -6,6 +6,7 @@
#include "glibmm/refptr.h"
#include "gtkmm/application.h"
#include "services/hyprland.hpp"
#include "services/tray.hpp"
class App {
public:
@@ -16,6 +17,7 @@ private:
Glib::RefPtr<Gtk::Application> app;
std::vector<Bar*> bars;
HyprlandService hyprlandService;
TrayService trayService;
void setupServices();
};