get notifications from dbus

This commit is contained in:
2025-12-20 18:53:19 +01:00
parent c245fa7277
commit 3558fd3ebc
6 changed files with 322 additions and 14 deletions

View File

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