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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user