refactor and shizz

This commit is contained in:
2025-12-25 21:13:00 +01:00
parent a06c96f648
commit 9b5db719cb
27 changed files with 286 additions and 312 deletions

View File

@@ -19,9 +19,9 @@ class App {
private:
Glib::RefPtr<Gtk::Application> app;
std::vector<Bar *> bars;
HyprlandService hyprlandService;
HyprlandService *hyprlandService = HyprlandService::getInstance();
NotificationService notificationService;
TrayService trayService;
TrayService *trayService = TrayService::getInstance();
void setupServices();
};