add taskbar icon with dark circle background

Logo SVGs made square (160x160). New onbackground variant has the
clide logo on a #20202C filled circle. Rendered at 1024px and
downsampled to 256/128/48 for crisp taskbar icons. Native runner
loads clide-taskbar-256.png instead of the bare logo.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-23 10:00:25 +02:00
co-authored by Claude Opus 4.6
parent 6314ce4ad1
commit 0b1596c551
7 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ static void my_application_activate(GApplication* application) {
g_autofree gchar* exe_dir = g_path_get_dirname(exe_path);
g_autofree gchar* icon_path = g_build_filename(
exe_dir, "data", "flutter_assets", "assets", "logo",
"clide-logo-256.png", nullptr);
"clide-taskbar-256.png", nullptr);
g_autoptr(GError) icon_error = nullptr;
GdkPixbuf* icon = gdk_pixbuf_new_from_file(icon_path, &icon_error);
if (icon != nullptr) {