taskbar: Add Game of Life to taskbar
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
041d15a547
commit
b3dc027ba0
@ -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();
|
||||
|
BIN
base/usr/share/icons/32x32/app-gol.tga
Normal file
BIN
base/usr/share/icons/32x32/app-gol.tga
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
Loading…
Reference in New Issue
Block a user