Skip to content

jamessouth/polybar-time-bar

Repository files navigation

polybar-time-bar

 

A time module for your

polybar logo

 

 

Description

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.

 

Installation

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 computer
  • mkdir the directory stored in $direc
  • unzip the archive into the directory
  • chmod +x the scripts in the directory
  • rm the zip file

Note that no-break spaces may need to be added to the Scroll and Time scripts as explained therein.

 

Usage

Please see the wiki.

 

My other polybar modules

Please check out:

 

About

a time module for polybar that displays a day progress bar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages