Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | battery: Separate function for readbility | Aaron Marcher | 2018-04-29 | 1 | -2/+6 |
| | |||||
* | Format error messages properly | Aaron Marcher | 2018-03-28 | 1 | -2/+4 |
| | | | | | Make use of strerror(errno) and format all errors equally: function ['parameters']: error message | ||||
* | Get rid of err.h as it is not portable | Aaron Marcher | 2018-03-28 | 1 | -3/+2 |
| | | | | | Replace warn() and warnx() with fprintf() and add <stdio.h> where necessary. | ||||
* | More robust preprocessor switches | Aaron Marcher | 2018-03-21 | 1 | -5/+5 |
| | | | | | Replace #ifdef with #if defined() and #elif with #elif defined() as it should only test if it is defined or not. | ||||
* | 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 | 1 | -0/+2 |
| | |||||
* | Move components into dedicated subdirectory | Laslo Hunhold | 2017-09-24 | 1 | -0/+56 |
This brings us a lot more tidiness. |