Add GTK GUI frontend for whipper

This commit is contained in:
2026-04-18 17:24:56 +03:00
parent 71251a0b86
commit 992923bdc4
6 changed files with 871 additions and 12 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128">
<rect width="128" height="128" rx="18" fill="#1f1f1f"/>
<rect x="10" y="10" width="108" height="108" rx="14" fill="#303030" stroke="#505050" stroke-width="4"/>
<circle cx="64" cy="64" r="38" fill="#404040" stroke="#8fb3ff" stroke-width="6"/>
<circle cx="64" cy="64" r="11" fill="#151515" stroke="#7f7f7f" stroke-width="4"/>
<path d="M84 30a40 40 0 0 1 14 10" fill="none" stroke="#d8e6ff" stroke-width="4" stroke-linecap="round"/>
<path d="M31 78h26" stroke="#8fb3ff" stroke-width="8" stroke-linecap="square"/>
<path d="M31 92h18" stroke="#d8e6ff" stroke-width="8" stroke-linecap="square"/>
</svg>

After

Width:  |  Height:  |  Size: 738 B