Skip to content

Instantly share code, notes, and snippets.

@aMoniker
Created March 28, 2018 23:25
Show Gist options
  • Save aMoniker/176d8cc008793b59d3069f695c8e5486 to your computer and use it in GitHub Desktop.
Save aMoniker/176d8cc008793b59d3069f695c8e5486 to your computer and use it in GitHub Desktop.
# 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