refactor and shizz
This commit is contained in:
@@ -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();
|
||||
};
|
||||
Reference in New Issue
Block a user