Age | Commit message (Expand) | Author |
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 |
2015-10-12 | Volume percentage should be obtained by float division and rounded to int. | Jakub Klinkovský |
2015-10-09 | Merge pull request #71 from bsdjhb/freebsd_wifi_buildfix | Michael Stapelberg |
2015-10-08 | Fix build under FreeBSD after recent changes for Linux. | John Baldwin |
2015-10-08 | Properly detect the battery charging status under FreeBSD. | John Baldwin |
2015-10-04 | Added support for lemonbar | Brendan Van Hook |
2015-09-25 | document code origins | Michael Stapelberg |
2015-09-25 | Fix comparison between signed/unsigned warning for real | Michael Stapelberg |
2015-09-25 | use proper unsigned type for ESSID length | Michael Stapelberg |