From 5858eec50d7c5bffe2d7efd003f672e44f291cc5 Mon Sep 17 00:00:00 2001 From: Sir Blob Date: Mon, 21 Sep 2026 02:10:40 +0000 Subject: [PATCH] Draw the About logo and bar icon as a cup of chai --- branding/about.txt | 51 ++++++++++++++++---------------- branding/chai.svg | 8 +++++ shell/plugins/menu/BarWidget.qml | 2 +- 3 files changed, 34 insertions(+), 27 deletions(-) create mode 100644 branding/chai.svg diff --git a/branding/about.txt b/branding/about.txt index 7c317eb..549908a 100644 --- a/branding/about.txt +++ b/branding/about.txt @@ -1,26 +1,25 @@ - @@@@@@@@@@@@ - @@@@ @@@@ - @@@ @@@ - @@@ @@@ - @@@ @@ - @@ @@ @@ @@ - @ @@ @@ @@ @@ @@ - @ @@ ##### @ @ @ @@ - @ @ ##### @ @ ##### @ @@ - @@ @ ### @ @ ###### @ @@ - @ @ @ @ ######@@ @@ -@@ @@@ @@@ @@ @@@ @ -@@ @@ -@@ @@ -@@ @ - @ @@ - @@ @@ - @@ @@ - @ @@ - @@ @@ - @@ @@ - @@@ @@ - @@@ @@@ - @@@ @@@ - @@@@ @@@@ - @@@@@@@@@@@@ + @@ @@ @@ + @@ @@ @@ + @@ @@ @@ + @@ @@ @@ + @@ @@ @@ + + @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ + @@ @@ + @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ + @@ @@@@@@ + @@ @@ @@ + @@ @@ @@ + @@ @@ @@ + @@ @@ @@ + @@ @@@@@@@ + @@ @@ + @@ @@ + @@ @@ + @@ @@ + @@@@@@@@@@@@@@@@ + + + @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ + @@ @@ + @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ diff --git a/branding/chai.svg b/branding/chai.svg new file mode 100644 index 0000000..bb7110b --- /dev/null +++ b/branding/chai.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/shell/plugins/menu/BarWidget.qml b/shell/plugins/menu/BarWidget.qml index 46445ac..4b18e12 100644 --- a/shell/plugins/menu/BarWidget.qml +++ b/shell/plugins/menu/BarWidget.qml @@ -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: ""