diff options
Diffstat (limited to 'src/glyphs.sh')
-rw-r--r-- | src/glyphs.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/glyphs.sh b/src/glyphs.sh index dc4c285..56b5625 100644 --- a/src/glyphs.sh +++ b/src/glyphs.sh @@ -4,5 +4,8 @@ export CHECKMARK="✔" export CROSSMARK="✘" +export HOURGLASS="⧖" +export LARGE_CIRCLE="◯" +export REFRESH="🗘" export TABCHAR="╰┈➤ " |