diff options
Diffstat (limited to 'src/glyphs.sh')
-rw-r--r-- | src/glyphs.sh | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/glyphs.sh b/src/glyphs.sh index 118b016..fce29b2 100644 --- a/src/glyphs.sh +++ b/src/glyphs.sh @@ -10,3 +10,21 @@ export LARGE_CIRCLE="◯" export REFRESH="🗘" export TABCHAR="╰┈➤ " export XI="Ξ" + +export LOGO_SMALL="████████ +▀ ▀ + █▄▄█ + █▀▀█ +▄ ▄ +████████" + +export LOGO="████████████████ +▀ ▀ + + + █▄▄▄▄▄▄█ + █▀▀▀▀▀▀█ + + +▄ ▄ +████████████████" |