Replaced demo gif with webm for quality

This commit is contained in:
2025-06-23 10:16:47 +02:00
parent 6c78c4da2b
commit 144a10c97c
4 changed files with 13 additions and 1 deletions

View File

@@ -4,7 +4,8 @@
A simple program to toggle tiling and floating modes for windows in the Hyprland Wayland compositor.
[[./demo.gif]]
[[https://typofelho.ddns.net/TypoMustakes/hyprland-toggle-tiling/src/branch/master/assets/demo.webm][See demo]]
[[./assets/demo.webm]]
* Features

BIN
assets/demo.webm Normal file

Binary file not shown.

11
assets/icon.svg Normal file
View File

@@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1">
<rect style="opacity:0.2" width="56" height="48" x="4" y="9" rx="3" ry="3"/>
<rect style="fill:#1e88e5" width="56" height="48" x="4" y="8" rx="3" ry="3"/>
<path style="opacity:0.2;fill:#ffffff" d="M 7,8 C 5.338,8 4,9.338 4,11 l 0,1 C 4,10.338 5.338,9 7,9 l 50,0 c 1.66,0 3,1.338 3,3 l 0,-1 C 60,9.338 58.66,8 57,8 Z"/>
<rect style="opacity:0.2" width="28" height="20" x="36" y="14" rx="1.2" ry="1.2"/>
<rect style="fill:#ebebeb" width="28" height="20" x="36" y="13" rx="1.2" ry="1.2"/>
<rect style="opacity:0.2" width="28" height="20" x="18" y="40" rx="1.2" ry="1.2"/>
<rect style="fill:#ebebeb" width="28" height="20" x="18" y="39" rx="1.2" ry="1.2"/>
<rect style="opacity:0.2" width="28" height="20" x="0" y="14" rx="1.2" ry="1.2"/>
<rect style="fill:#ebebeb" width="28" height="20" x="0" y="13" rx="1.2" ry="1.2"/>
</svg>

After

Width:  |  Height:  |  Size: 910 B

BIN
demo.gif

Binary file not shown.

Before

Width:  |  Height:  |  Size: 172 MiB