Update logo prompt to killall human
This commit is contained in:
@@ -78,16 +78,16 @@
|
|||||||
<ellipse cx="272" cy="234" rx="6" ry="4" fill="white" fill-opacity="0.15" transform="rotate(20, 272, 234)"/>
|
<ellipse cx="272" cy="234" rx="6" ry="4" fill="white" fill-opacity="0.15" transform="rotate(20, 272, 234)"/>
|
||||||
|
|
||||||
<!-- Terminal prompt bar -->
|
<!-- Terminal prompt bar -->
|
||||||
<rect x="108" y="362" width="296" height="56" rx="28" fill="url(#bar-bg)" stroke="#333333" stroke-width="2"/>
|
<rect x="92" y="362" width="328" height="56" rx="28" fill="url(#bar-bg)" stroke="#333333" stroke-width="2"/>
|
||||||
|
|
||||||
<!-- Prompt: $> symbol -->
|
<!-- Prompt: $> symbol -->
|
||||||
<text x="136" y="398" font-family="monospace, 'JetBrains Mono', 'Fira Code'" font-size="24" font-weight="bold" fill="#E84040">$></text>
|
<text x="120" y="398" font-family="monospace, 'JetBrains Mono', 'Fira Code'" font-size="24" font-weight="bold" fill="#E84040">$></text>
|
||||||
|
|
||||||
<!-- Command text -->
|
<!-- Command text -->
|
||||||
<text x="182" y="398" font-family="monospace, 'JetBrains Mono', 'Fira Code'" font-size="22" fill="#CCCCCC">hal9002</text>
|
<text x="166" y="396" font-family="monospace, 'JetBrains Mono', 'Fira Code'" font-size="18" fill="#CCCCCC">killall human</text>
|
||||||
|
|
||||||
<!-- Blinking cursor -->
|
<!-- Blinking cursor -->
|
||||||
<rect x="302" y="378" width="12" height="26" rx="2" fill="#E84040">
|
<rect x="342" y="378" width="12" height="26" rx="2" fill="#E84040">
|
||||||
<animate attributeName="opacity" values="1;1;0;0" dur="1.2s" repeatCount="indefinite"/>
|
<animate attributeName="opacity" values="1;1;0;0" dur="1.2s" repeatCount="indefinite"/>
|
||||||
</rect>
|
</rect>
|
||||||
|
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
Reference in New Issue
Block a user