summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-02Create modules packageHEADmasterJackson Taylor
2020-04-12Add install rule for MakefileJackson Taylor
2020-04-12Move to a suckless configuration formatJackson Taylor
Make config.go with module choices Move Module interface to its own file
2020-04-12Improve date moduleJackson Taylor
Add Weekday, 3 letter month, date and year
2020-04-12Change bar output to stdout with PrintlnJackson Taylor
Plan to impelement direct X11 integration later
2020-04-12Add time module to main barJackson Taylor
2020-04-12Add time moduleJackson Taylor
2020-04-12Add new rule to MakefileJackson Taylor
Add go run to Makefile
2020-04-12Add MakefileJackson Taylor
Add Makefile with a few basic rules: build, clean, test
2020-04-11Change where loop occursJackson Taylor
Move the main program loop to main.go instead of in the bar itself
2020-04-08Make Bar its own fileJackson Taylor
Add bar.go Add refresh rate to bar struct
2020-03-31Add README.mdJackson Taylor
2020-03-31Add initial files for status barJackson Taylor
Add main function loop Add a battery module for laptops Add a date module
2020-03-31Add .gitignoreJackson Taylor
2020-03-31Initial commitJackson Taylor