vibed a cached downloader for images

This commit is contained in:
2026-02-01 00:57:16 +01:00
parent 13278d518a
commit caca94bc6a
10 changed files with 376 additions and 24 deletions

View File

@@ -2,13 +2,15 @@
#include <sigc++/sigc++.h>
#include <vector>
#include "services/notification.hpp"
#include "services/dbus/notification.hpp"
#include "services/dbus/mpris.hpp"
App::App() {
this->app = Gtk::Application::create("org.example.mybar");
this->setupServices();
this->hyprlandService = HyprlandService::getInstance();
this->notificationService = std::make_shared<NotificationService>();
this->mprisController = std::make_shared<MprisController>();
app->signal_activate().connect([&]() {
auto display = Gdk::Display::get_default();