Created
March 28, 2018 23:25
-
-
Save aMoniker/176d8cc008793b59d3069f695c8e5486 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# time-dragon.zsh-theme | |
THISFILE=${BASH_SOURCE:-$0} | |
DRAGON="π" | |
DRAGON_SLEEP="π²π€" | |
BED="π " | |
FIRE='π₯' | |
CLOCKFACES=( π π π π π π π π π π π π π π π π π π π π π π π π ) | |
HOUR=`date +%H` # current hour | |
STARTHOUR=08 # first clock to show | |
ENDHOUR=19 # last clock to show |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment