2022-09-20 17:10:13 -05:00
|
|
|
tstatus
|
|
|
|
-------
|
|
|
|
|
|
|
|
simple modular status bar program
|
2022-09-20 18:11:12 -05:00
|
|
|
|
|
|
|
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.
|