status program
Go to file
randomuser 0c7873753d update readme 2022-09-20 18:11:12 -05:00
.gitignore add a module system 2022-09-20 16:29:25 -05:00
LICENSE add the two clause BSD license 2022-09-20 17:10:13 -05:00
Makefile add a module system 2022-09-20 16:29:25 -05:00
README update readme 2022-09-20 18:11:12 -05:00
TODO TODO files 2022-09-16 14:36:36 -05:00
battery.c add battery module 2022-09-20 18:08:37 -05:00
battery.h add battery module 2022-09-20 18:08:37 -05:00
bspwm.c rename the bspc module the bspwm module 2022-09-20 17:05:23 -05:00
bspwm.h rename the bspc module the bspwm module 2022-09-20 17:05:23 -05:00
module.h add the two clause BSD license 2022-09-20 17:10:13 -05:00
tstatus.c add battery module 2022-09-20 18:08:37 -05:00

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.