nick-merrill / dwm-status-bar

Status bar for DWM with a countdown, memory, battery, temperature, and day percentage

Repository from Github https://github.comnick-merrill/dwm-status-barRepository from Github https://github.comnick-merrill/dwm-status-bar

This project has migrated to Awesome Status Bar.

DWM Status Bar

Running

Configuration

Run:

make

Edit config.h to your liking.

Build and Run

Run:

make
./dwm-status-bar

Installation

Simply copy the dwm-status-bar executable to any bin directory that is on your path, for example, /usr/local/bin/.

About

What the heck is "day percentage"?

Day percentage is simply a measurement of how much time in your day has passed. You can set the start and end times of your day in the config.h file.

About

Status bar for DWM with a countdown, memory, battery, temperature, and day percentage

License:MIT License


Languages

Language:C 98.7%Language:Makefile 1.3%