Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | battery_perc: Port to OpenBSD. | Aaron Marcher | 2018-03-19 | 1 | -1/+29 |
| | | | | In OpenBSD battery percentage gets fetched using apm now. | ||||
* | Build Linux-only functions only on Linux | Aaron Marcher | 2018-03-18 | 10 | -0/+20 |
| | |||||
* | Fix a bug in wifi_essid(). | Aaron Marcher | 2018-01-06 | 1 | -0/+1 |
| | | | | | When an invalid interface name is passed to wifi_essid() it does not close opened sockets. | ||||
* | Return actual percentage for wifi_perc() | parazyd | 2017-10-24 | 1 | -3/+7 |
| | | | | | | Implement basic percentage calculation for wifi_perc. With this commit, the function returns correct percentage, since the max of what /proc/net/wireless returns is 70. | ||||
* | Move components into dedicated subdirectory | Laslo Hunhold | 2017-09-24 | 19 | -0/+796 |
This brings us a lot more tidiness. |