Age | Commit message (Expand) | Author |
2017-03-08 | remove useless checks (we use char, not unsigned char) | Michael Stapelberg |
2017-02-07 | Merge pull request #202 from jasperla/openbsd_fdleak | Ingo Bürk |
2017-02-07 | Plug an fd leak in the OpenBSD-specific code for _first_ | Jasper Lievisse Adriaanse |
2017-02-07 | Suppress printing :00 seconds of remaining battery lifetime, as apm(4)'s | Jasper Lievisse Adriaanse |
2017-02-01 | Fix the deciKelvin to Celsius conversion on FreeBSD (#195) | Baptiste Daroussin |
2017-01-31 | Make first_eth_interface() work on OpenBSD: (#197) | Jasper Lievisse Adriaanse |
2017-01-31 | Include sys/select.h on OpenBSD (#198) | Jasper Lievisse Adriaanse |
2016-11-15 | Add 'format_below_threshold' option for 'disk' module | Mihai Coman |
2016-11-12 | Use blank padding for wireless quality (#166) (#167) | Jon Bernard |
2016-10-24 | Setting of custom locale in tztime configuration. (#168) | Björn Lindström |
2016-10-23 | Detect batteries using glob (#163) | Stu Zhao |
2016-09-14 | pulse device may be specified by name (#126) (#162) | Watcom |
2016-08-28 | Implement aggregates for batteries. | Tommie Gannert |
2016-08-22 | Match trailing equal sign in slurp_battery_info. | Tommie Gannert |
2016-08-22 | Parse uevent file to detect network device type (#153) | Cihangir Akturk |
2016-08-22 | print_wireless_info: fix FTBFS on hurd and kfreebsd | Michael Stapelberg |
2016-08-21 | Added missing ampere to watt conversion for last full capacity. (#158) | tnnn |
2016-08-16 | Print empty string for not mounted disks. (#148) | eplanet |
2016-08-14 | Move time and ratio computations out of slurp_battery_info. (#151) | tommie |
2016-08-14 | Move full_design and full_last into struct battery_info. | Tommie Gannert |
2016-08-14 | Also capture charge rate in NetBSD. | Tommie Gannert |
2016-08-14 | Fix warnings about using a char array index on NetBSD. | Tommie Gannert |
2016-08-14 | Simplify string comparisons in slurp_battery_info for NetBSD. | Tommie Gannert |
2016-08-14 | Make print_disk_info, print_eth_info and print_wireless_info compile on NetBS... | Tommie Gannert |
2016-08-14 | Remove warnings about unused variables in slurp_battery_info on OpenBSD. | Tommie Gannert |
2016-08-14 | Define IW_ESSID_MAX_SIZE for OpenBSD. | Tommie Gannert |
2016-08-03 | Move OS-specific code to slurp_battery_info. | Tommie Gannert |
2016-08-03 | Introduce a struct battery_info to carry information from data retrieval to t... | Tommie Gannert |
2016-08-03 | Refactor common seconds_remaining code in print_battery_info. | Tommie Gannert |
2016-08-03 | Remove an END_COLOR in print_battery_info for OpenBSD. | Tommie Gannert |
2016-08-03 | Move START_COLOR to after OS-specific code. | Tommie Gannert |
2016-08-03 | Remove consumptionbuf from print_battery_info. | Tommie Gannert |
2016-08-03 | Remove emptytimebuf from print_battery_info. | Tommie Gannert |
2016-08-03 | Remove remainingbuf from print_battery_info. | Tommie Gannert |
2016-08-01 | Remove percentagebuf from print_battery_info. | Tommie Gannert |
2016-08-01 | Remove statusbuf from print_battery_info. | Tommie Gannert |
2016-07-30 | Merge pull request #139 from Gjum/wb-colored-cpu-usage | Michael Stapelberg |
2016-05-13 | Add ifdef to compile wireless_info on Mac (#127) | Alexis Hildebrandt |
2016-05-08 | reconnect to PulseAudio if connection is lost (fixes #124) (#125) | Watcom |
2016-04-13 | Add CPU usage color thresholds | Mark Schreiber |
2016-03-21 | Added status_unk to battery_info | eoin |
2016-03-20 | Adding glob check to cpu temperature fixes #55 | eplanet |
2016-01-25 | This removes the 'remaining' time when the battery is full, since the remaini... | Clayton Craft |
2016-01-12 | revert back to using nanosleep | Watcom Hecht |
2016-01-12 | Bugfix: check that format_not_mounted is not NULL before using it | Michael Stapelberg |
2015-12-27 | format detection: recognise swaybar | David |
2015-12-04 | Added support for Pango markup. | Kenneth Lyons |
2015-11-24 | fix compilation on FreeBSD | Michael Stapelberg |
2015-11-16 | first_eth_interface: ignore MAC addresses, look for IPv4/IPv6 addresses | Michael Stapelberg |
2015-10-12 | Correctly calculate Wireless link quality | Stefan Bader |