added quickshell and updated zsh
This commit is contained in:
21
home/hypr/quickshell/assets/music.svg
Normal file
21
home/hypr/quickshell/assets/music.svg
Normal file
@@ -0,0 +1,21 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" width="100%" height="100%">
|
||||
<defs>
|
||||
<linearGradient id="musicBg" x1="0%" y1="0%" x2="0%" y2="100%">
|
||||
<stop offset="0%" stop-color="#FF385C"/>
|
||||
<stop offset="100%" stop-color="#E00034"/>
|
||||
</linearGradient>
|
||||
<filter id="shadowMusic" 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(#musicBg)" filter="url(#shadowMusic)" stroke="#FF6B8B" stroke-width="1.5"/>
|
||||
|
||||
<!-- Musical Eighth Notes -->
|
||||
<!-- Stems and Beam -->
|
||||
<path d="M48 76 V38 C48 34 50 32 54 32 H82 C86 32 88 34 88 38 V70" fill="none" stroke="#FFFFFF" stroke-width="6" stroke-linecap="round"/>
|
||||
<!-- Beams -->
|
||||
<polygon points="48,32 88,32 88,44 48,44" fill="#FFFFFF"/>
|
||||
<!-- Note Heads -->
|
||||
<ellipse cx="40" cy="80" rx="12" ry="8" transform="rotate(-20 40 80)" fill="#FFFFFF"/>
|
||||
<ellipse cx="80" cy="74" rx="12" ry="8" transform="rotate(-20 80 74)" fill="#FFFFFF"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
Reference in New Issue
Block a user