d421df5a0b | ||
---|---|---|
.gitignore | ||
LICENSE | ||
Makefile | ||
README | ||
TODO | ||
alsa.c | ||
alsa.h | ||
battery.c | ||
battery.h | ||
bspwm.c | ||
bspwm.h | ||
datetime.c | ||
datetime.h | ||
file.c | ||
file.h | ||
module.h | ||
thermal.c | ||
thermal.h | ||
tstatus.c |
README
tstatus ------- simple modular status bar program compilation =========== get your hostname: $ hostname if it's in the list of hostnames supported, make with this: CFLAGS="-D$hostname" make to make a debug build use: make debug to clean: make clean configuration ============= configuration lies mostly in tstatus.c for now. Should change later. if you want to configure a specific module, the code should be pretty simple.