taskbar: Add Game of Life to taskbar
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
apio 2023-09-27 19:03:49 +02:00
parent 041d15a547
commit b3dc027ba0
Signed by: apio
GPG Key ID: B8A7D06E42258954
2 changed files with 3 additions and 0 deletions

View File

@ -59,6 +59,9 @@ Result<int> luna_main(int argc, char** argv)
StringView about_command[] = { "/usr/bin/about" };
TRY(create_widget_group_for_app(layout, { about_command, 1 }, "/usr/share/icons/32x32/app-about.tga"));
StringView gol_command[] = { "/usr/bin/gol" };
TRY(create_widget_group_for_app(layout, { gol_command, 1 }, "/usr/share/icons/32x32/app-gol.tga"));
window->draw();
return app.run();

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB