diff options
Diffstat (limited to 'src/lib/glyphs.sh')
-rw-r--r-- | src/lib/glyphs.sh | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/lib/glyphs.sh b/src/lib/glyphs.sh new file mode 100644 index 0000000..b4ecccd --- /dev/null +++ b/src/lib/glyphs.sh @@ -0,0 +1,30 @@ +# +# Assorted Unicode glyphs that can be repurposed +# + +export CHECKMARK="✔" +export CROSSMARK="✘" +export CROSSMARK="✘" +export HOURGLASS="⧖" +export LARGE_CIRCLE="◯" +export REFRESH="🗘" +export TABCHAR="╚═" +export XI="Ξ" + +export LOGO_SMALL="████████ +▀ ▀ + █▄▄█ + █▀▀█ +▄ ▄ +████████" + +export LOGO="████████████████ +▀ ▀ + + + █▄▄▄▄▄▄█ + █▀▀▀▀▀▀█ + + +▄ ▄ +████████████████" |