added quickshell and updated zsh

This commit is contained in:
2026-08-17 23:16:05 -07:00
parent 9bca669f4e
commit 1f3dde6de2
55 changed files with 4251 additions and 381 deletions

View File

@@ -0,0 +1,44 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" width="100%" height="100%">
<defs>
<linearGradient id="prefBg" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#D8DBE2"/>
<stop offset="100%" stop-color="#8F96A3"/>
</linearGradient>
<linearGradient id="gearBig" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#7C8494"/>
<stop offset="100%" stop-color="#4A5260"/>
</linearGradient>
<linearGradient id="gearSmall" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#9CA3AF"/>
<stop offset="100%" stop-color="#5B6270"/>
</linearGradient>
<filter id="shadowPref" x="-10%" y="-10%" width="120%" height="120%">
<feDropShadow dx="0" dy="4" stdDeviation="4" flood-color="#000000" flood-opacity="0.35"/>
</filter>
</defs>
<rect x="10" y="10" width="108" height="108" rx="24" fill="url(#prefBg)" filter="url(#shadowPref)" stroke="#B0B6C2" stroke-width="1.5"/>
<!-- Big Gear -->
<g transform="translate(50, 50)">
<circle cx="0" cy="0" r="28" fill="url(#gearBig)"/>
<!-- Teeth -->
<path d="M-6 -34 H6 V-26 H-6 Z M-6 26 H6 V34 H-6 Z M-34 -6 V6 H-26 V-6 Z M26 -6 V6 H34 V-6 Z" fill="url(#gearBig)"/>
<path d="M-6 -34 H6 V-26 H-6 Z" transform="rotate(45)" fill="url(#gearBig)"/>
<path d="M-6 -34 H6 V-26 H-6 Z" transform="rotate(135)" fill="url(#gearBig)"/>
<path d="M-6 -34 H6 V-26 H-6 Z" transform="rotate(225)" fill="url(#gearBig)"/>
<path d="M-6 -34 H6 V-26 H-6 Z" transform="rotate(315)" fill="url(#gearBig)"/>
<circle cx="0" cy="0" r="12" fill="url(#prefBg)" stroke="#3A404D" stroke-width="1.5"/>
</g>
<!-- Small Gear -->
<g transform="translate(86, 86)">
<circle cx="0" cy="0" r="18" fill="url(#gearSmall)"/>
<!-- Teeth -->
<path d="M-4 -22 H4 V-16 H-4 Z M-4 16 H4 V22 H-4 Z M-22 -4 V4 H-16 V-4 Z M16 -4 V4 H22 V-4 Z" fill="url(#gearSmall)"/>
<path d="M-4 -22 H4 V-16 H-4 Z" transform="rotate(45)" fill="url(#gearSmall)"/>
<path d="M-4 -22 H4 V-16 H-4 Z" transform="rotate(135)" fill="url(#gearSmall)"/>
<path d="M-4 -22 H4 V-16 H-4 Z" transform="rotate(225)" fill="url(#gearSmall)"/>
<path d="M-4 -22 H4 V-16 H-4 Z" transform="rotate(315)" fill="url(#gearSmall)"/>
<circle cx="0" cy="0" r="8" fill="url(#prefBg)" stroke="#3A404D" stroke-width="1.5"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB