lluisYasT / dwmStatus

A status bar for dwm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DWM Status

A Status bar for dwm.

This is "hardcoded" for my system and was not meant to be flexible.  Flexibility costs memory and processor time.

This can, however, be used as a template for your own status bar app.

Note that this was written to work with the status colors patch and use symbols from the terminus2 font.  Both the colors and the symbols are int the format strings of the sprintf commands.  However, as they are mostly nonprintable they can show up oddly, or not at all, depending on your editor.

To remove the dependecy on status colors and terminus2 font, simply remove these characters from the format strings.

About

A status bar for dwm


Languages

Language:C 100.0%