| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2023-10-30 | 767 Bytes | |
| Support for XDG_CONFIG_HOME and white backgrounds source code.tar.gz | 2023-10-30 | 225.5 kB | |
| Support for XDG_CONFIG_HOME and white backgrounds source code.zip | 2023-10-30 | 243.9 kB | |
| Totals: 3 Items | 470.2 kB | 1 | |
Enhancements and Fixes
- Info Screen:
-
improve format of percentages (use fixed format rather than auto-format).
-
Configuration:
- fix
ncursessupport for white backgrounds (#119), - configuration file now either in
$XDG_CONFIG_HOME/wavemon/wavemonrcor in$HOME/.config/wavemon/wavemonrc(#106).
Miscellaneous
- avoid including
include linux/if.h(#109), - check and set support for C99 standard (#108),
- updated
README(#107), - configuration file can now be located in
XDG_CONFIG_HOME(#105), - added portable implementation of
asprintf(3), - updated copied
nl80211header file, - make
-Wpedanticthe default when building.