Load and render proper icons

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-10-15 03:33:35 +03:00
parent aaf5dbb3b7
commit 81584c643e
6 changed files with 368 additions and 18 deletions

View File

@@ -22,6 +22,7 @@ extern "C" {
#include <wayland-egl.h>
#include <xkbcommon/xkbcommon.h>
#include "IconRegistry.hpp"
#include "ImGui.hpp"
#include "TextRenderer.hpp"
#include "Theme.hpp"
@@ -217,6 +218,7 @@ private:
enum_array<Theme, ColorScheme> m_themes { make_default_themes() };
Theme m_active_theme { Theme::Light };
IconRegistry m_ir;
int m_win_w { 800 };
int m_win_h { 600 };