Draw the About logo and bar icon as a cup of chai

This commit is contained in:
2026-09-21 02:10:40 +00:00
parent 8d8dee2342
commit 5858eec50d
3 changed files with 34 additions and 27 deletions
+25 -26
View File
@@ -1,26 +1,25 @@
@@@@@@@@@@@@ @@ @@ @@
@@@@ @@@@ @@ @@ @@
@@@ @@@ @@ @@ @@
@@@ @@@ @@ @@ @@
@@@ @@ @@ @@ @@
@@ @@ @@ @@
@ @@ @@ @@ @@ @@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ @@ ##### @ @ @ @@ @@ @@
@ @ ##### @ @ ##### @ @@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@ @ ### @ @ ###### @ @@ @@ @@@@@@
@ @ @ @ ######@@ @@ @@ @@ @@
@@ @@@ @@@ @@ @@@ @ @@ @@ @@
@@ @@ @@ @@ @@
@@ @@ @@ @@ @@
@@ @ @@ @@@@@@@
@ @@ @@ @@
@@ @@ @@ @@
@@ @@ @@ @@
@ @@ @@ @@
@@ @@ @@@@@@@@@@@@@@@@
@@ @@
@@@ @@
@@@ @@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@ @@@ @@ @@
@@@@ @@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
<rect x="8.6" y="1.6" width="1.3" height="4.6" rx="0.65" fill="#000000" transform="rotate(-12 9.25 3.9)"/>
<rect x="12.4" y="2.4" width="1.3" height="4.6" rx="0.65" fill="#000000" transform="rotate(12 13.05 4.7)"/>
<path d="M17.2 11 a3.4 3.4 0 0 1 0 6 v-1.7 a1.7 1.7 0 0 0 0 -2.6 z" fill="#000000"/>
<path d="M4 9 h14 l-2.5 9.2 a1.6 1.6 0 0 1 -1.55 1.2 h-5.9 a1.6 1.6 0 0 1 -1.55 -1.2 z" fill="#000000"/>
<rect x="3" y="20.4" width="18" height="2" rx="1" fill="#000000"/>
</svg>

After

Width:  |  Height:  |  Size: 612 B

+1 -1
View File
@@ -8,7 +8,7 @@ BarWidget {
id: root id: root
moduleName: "blob.menu" moduleName: "blob.menu"
readonly property string iconPath: Quickshell.env("HOME") + "/.config/blob/branding/blob_icon.svg" readonly property string iconPath: Quickshell.env("HOME") + "/.config/blob/branding/chai.svg"
readonly property int iconSize: Math.round(Style.font.body * 1.35) readonly property int iconSize: Math.round(Style.font.body * 1.35)
property string iconSvg: "" property string iconSvg: ""