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 608625709c
commit cbead256c3
22 changed files with 1584 additions and 467 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
[app]
name = "Videos"
binary = "video.elf"
icon = "multimedia-video-player.svg"
icon = "video.svg"
[menu]
category = "Applications"
+7
View File
@@ -0,0 +1,7 @@
<svg width="512" height="512" version="1.1" viewBox="0 0 384 384" xmlns="http://www.w3.org/2000/svg">
<rect x="44" y="72" width="296" height="184" rx="20" ry="20" fill="#1f2933"/>
<rect x="56" y="84" width="272" height="160" rx="14" ry="14" fill="#0b1117"/>
<path d="m165 128 78 36-78 36z" fill="#d94f32"/>
<rect x="154" y="268" width="76" height="18" rx="8" ry="8" fill="#2e3945"/>
<rect x="126" y="292" width="132" height="16" rx="8" ry="8" fill="#44515f"/>
</svg>

After

Width:  |  Height:  |  Size: 477 B