feat: new calculator UI, video app icon, Super + Space search window

This commit is contained in:
2026-03-28 23:31:43 +01:00
parent d2bd28c5d7
commit 55d7c1ab0e
22 changed files with 1584 additions and 467 deletions
@@ -17,6 +17,11 @@ void open_terminal(DesktopState* ds) {
spawn_app("0:/apps/terminal/terminal.elf", home);
}
void open_calculator(DesktopState* ds) {
(void)ds;
spawn_app("0:/apps/calculator/calculator.elf");
}
void open_texteditor(DesktopState* ds) {
(void)ds;
spawn_app("0:/apps/texteditor/texteditor.elf");