Awesome
<h1 align="center">polybar-time-bar</h1> <p> </p>A time module for your
<div align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/polybar/polybar/master/doc/_static/banner-dark-mode.png"> <img alt="polybar logo" src="https://raw.githubusercontent.com/polybar/polybar/master/doc/_static/banner.png"> </picture> </div> <p> </p> <p align="center"> <a href="https://github.com/jamessouth/polybar-time-bar/blob/master/LICENSE"><img src="https://img.shields.io/github/license/jamessouth/polybar-time-bar"></a> <a href="https://archlinux.org/"><img src="https://img.shields.io/badge/Linux-d.svg?logoWidth=40&labelColor=d35e49&color=E3C567&logoColor=000000&logo=Linux"></a> <a href="https://www.gnu.org/software/bash/manual/"><img src="https://img.shields.io/badge/Bash-d.svg?logoWidth=40&labelColor=4eaa25&color=293137&logoColor=ffffff&logo=GNU%20Bash"></a> <img src="https://img.shields.io/badge/awesome-%C6%94%F0%9D%9A%BA%C5%9E-235789.svg"> </p> <p> </p>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.
<p> </p>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 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.
<p> </p>Usage
Please see the wiki.
<p> </p>My other polybar modules
Please check out:
<p> </p>