| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
| |
Commit for code review from #devuan-dev room. Unfortunately,
any use of flags in the while(getopt) loop causes the system tray
icons to malfunction. If a parameter-with-value is used, the tray
icons are entirely absent. If a parameter flag is used by itself,
the tray icons do not load their icons.
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
| |
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
Closes #2 and #1
See merge request bgstack15/keyboard-leds-trayicons!1
|
|/
|
|
|
|
|
|
| |
fix #1 add desktop file and xdg autostart file
fix #2 add Makefile
use make deplist
move readme to src/.../doc
add man pages
|
|
|