From 006893f138f0d60e50a2f4682ec860d5d136171f Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 26 Apr 2022 23:29:51 +0100 Subject: added xit, simple tui engine --- src/glyphs.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'src/glyphs.sh') 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="████████████████ +▀ ▀ + + + █▄▄▄▄▄▄█ + █▀▀▀▀▀▀█ + + +▄ ▄ +████████████████" -- cgit v1.2.1