added quickshell and updated zsh
This commit is contained in:
24
home/hypr/quickshell/assets/trash-full.svg
Normal file
24
home/hypr/quickshell/assets/trash-full.svg
Normal file
@@ -0,0 +1,24 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" width="100%" height="100%">
|
||||
<defs>
|
||||
<linearGradient id="trashCanFull" x1="0%" y1="0%" x2="0%" y2="100%">
|
||||
<stop offset="0%" stop-color="#E2E8F0"/>
|
||||
<stop offset="100%" stop-color="#94A3B8"/>
|
||||
</linearGradient>
|
||||
<filter id="shadowTrashFull" x="-10%" y="-10%" width="120%" height="120%">
|
||||
<feDropShadow dx="0" dy="4" stdDeviation="4" flood-color="#000000" flood-opacity="0.35"/>
|
||||
</filter>
|
||||
</defs>
|
||||
|
||||
<!-- Crumpled paper overflowing -->
|
||||
<path d="M42 28 C38 18 52 14 60 20 C68 12 82 16 80 26 C88 24 92 34 84 38 C74 42 54 42 42 28 Z" fill="#F8FAFC" stroke="#CBD5E1" stroke-width="1.5"/>
|
||||
<path d="M48 24 L56 16 L64 24 Z" fill="#E2E8F0"/>
|
||||
<path d="M68 20 L76 14 L82 22 Z" fill="#E2E8F0"/>
|
||||
|
||||
<!-- Can Body -->
|
||||
<path d="M30 36 L40 106 C41 112 48 116 64 116 C80 116 87 112 88 106 L98 36 Z" fill="url(#trashCanFull)" stroke="#64748B" stroke-width="2"/>
|
||||
|
||||
<!-- Ribs / Vertical Mesh Lines -->
|
||||
<line x1="48" y1="42" x2="52" y2="108" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" opacity="0.6"/>
|
||||
<line x1="64" y1="42" x2="64" y2="110" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" opacity="0.6"/>
|
||||
<line x1="80" y1="42" x2="76" y2="108" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" opacity="0.6"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
Reference in New Issue
Block a user