Draw the About logo and bar icon as a cup of chai
This commit is contained in:
+21
-22
@@ -1,26 +1,25 @@
|
||||
@@@@@@@@@@@@
|
||||
@@@@ @@@@
|
||||
@@@ @@@
|
||||
@@@ @@@
|
||||
@@@ @@
|
||||
@@ @@ @@ @@
|
||||
@ @@ @@ @@ @@ @@
|
||||
@ @@ ##### @ @ @ @@
|
||||
@ @ ##### @ @ ##### @ @@
|
||||
@@ @ ### @ @ ###### @ @@
|
||||
@ @ @ @ ######@@ @@
|
||||
@@ @@@ @@@ @@ @@@ @
|
||||
@@ @@
|
||||
@@ @@
|
||||
@@ @
|
||||
@ @@
|
||||
@@ @@ @@
|
||||
@@ @@ @@
|
||||
@@ @@ @@
|
||||
@@ @@ @@
|
||||
@@ @@ @@
|
||||
|
||||
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
||||
@@ @@
|
||||
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
||||
@@ @@@@@@
|
||||
@@ @@ @@
|
||||
@@ @@ @@
|
||||
@@ @@ @@
|
||||
@@ @@ @@
|
||||
@@ @@@@@@@
|
||||
@@ @@
|
||||
@@ @@
|
||||
@ @@
|
||||
@@ @@
|
||||
@@ @@
|
||||
@@@ @@
|
||||
@@@ @@@
|
||||
@@@ @@@
|
||||
@@@@ @@@@
|
||||
@@@@@@@@@@@@
|
||||
@@@@@@@@@@@@@@@@
|
||||
|
||||
|
||||
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
||||
@@ @@
|
||||
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
||||
|
||||
@@ -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 |
@@ -8,7 +8,7 @@ BarWidget {
|
||||
id: root
|
||||
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)
|
||||
|
||||
property string iconSvg: ""
|
||||
|
||||
Reference in New Issue
Block a user