Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | added major C improvements | B. Stack | 2022-09-30 |
| | | | | | | | | | * use libinih to read config file * handle SIGPIPE gracefully (when a trayicon exits) * exit when both trayicons have exited I wanted to try using libini-config5 but it was not documented at all, and I need useful examples. | ||
* | WIP: minimum viable product for status.c | B. Stack | 2022-09-29 |
| | | | | | | | | The absolute bare minimum, working C program that displays the capslock and numlock indicators in system tray. It has hardcoded values for icons and named pipes, and no config parsing. Possible config libraries include: inih, libini-config5, libminini, libiniparser1 | ||
* | add bunch of things | B Stack | 2020-03-17 |
fix #1 add desktop file and xdg autostart file fix #2 add Makefile use make deplist move readme to src/.../doc add man pages |