A time module for your
This repo is a progress bar module that shows how much of the day (or other time period) has passed. It has 8 example scripts that use the Unicode code points 2588-F (1/8 block to full block), but you can use anything, including Powerline characters. The Stack Overflow answer here was helpful in developing this module.
Install all of the scripts:
direc="$HOME/.config/polybar/timebar" && curl -JOL https://github.com/jamessouth/polybar-time-bar/blob/master/timebar.zip?raw=true && mkdir -pv $direc && unzip timebar.zip -d $direc && chmod -R +x $direc && rm timebar.zip
This will:
- set the
direc
variable to.config/polybar/timebar
curl
the zip file to your computermkdir
the directory stored in$direc
unzip
the archive into the directorychmod +x
the scripts in the directoryrm
the zip file
Note that no-break spaces may need to be added to the Scroll and Time scripts as explained therein.
Please see the wiki.
Please check out: