added quickshell and updated zsh
This commit is contained in:
21
home/hypr/quickshell/assets/terminal.svg
Normal file
21
home/hypr/quickshell/assets/terminal.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="termBg" x1="0%" y1="0%" x2="0%" y2="100%">
|
||||
<stop offset="0%" stop-color="#2D2D30"/>
|
||||
<stop offset="100%" stop-color="#141416"/>
|
||||
</linearGradient>
|
||||
<filter id="shadowTerm" 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(#termBg)" filter="url(#shadowTerm)" stroke="#4A4A50" stroke-width="1.5"/>
|
||||
<rect x="18" y="24" width="92" height="80" rx="10" fill="#0C0C0E" stroke="#2A2A2E" stroke-width="1"/>
|
||||
<!-- macOS Terminal header dots -->
|
||||
<circle cx="28" cy="32" r="3" fill="#FF5F56"/>
|
||||
<circle cx="36" cy="32" r="3" fill="#FFBD2E"/>
|
||||
<circle cx="44" cy="32" r="3" fill="#27C93F"/>
|
||||
|
||||
<!-- Terminal Prompt >_ -->
|
||||
<path d="M28 54 L44 64 L28 74" fill="none" stroke="#30D158" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<line x1="50" y1="74" x2="68" y2="74" stroke="#FFFFFF" stroke-width="4" stroke-linecap="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
Reference in New Issue
Block a user