Modular status bar for dwm written in c.
Go to file
Alexander Bocken fb4d19a9a6
add sb-bright
2023-10-15 14:40:40 +02:00
.gitignore Added code files, and Makefile. 2019-03-24 16:31:05 -06:00
LICENSE Switched to ISC license 2020-04-18 02:02:41 -06:00
Makefile implemented pull request from original project to handle all otherwise unhandled signals, prevents crash 2020-04-25 21:19:54 +02:00
README.md fix readme.md 2020-04-25 19:11:20 +02:00
config.h add sb-bright 2023-10-15 14:40:40 +02:00
dwmblocks.c added explanation for cmds with no output 2020-08-23 22:02:24 +02:00

README.md

dwmblocks

Modular status bar for dwm written in c.

modifying blocks

The statusbar is made from text output from commandline programs. Blocks are added and removed by editing the config.h header file.