]> git.sur5r.net Git - i3/i3status/history - src/print_battery_info.c
Clamp the percentage at 100% when last_full_capacity is enabled.
[i3/i3status] / src / print_battery_info.c
2015-05-20 Michael StapelbergClamp the percentage at 100% when last_full_capacity...
2015-05-05 Michael StapelbergMerge pull request #26 from nhelke/master
2015-05-05 Nicholas HelkeChanged battery info output to HH:MM for consistency... 26/head
2015-03-16 Michael StapelbergMerge pull request #8 from azuwis/master
2015-03-16 Michael Stapelbergclang-format-3.5 -i **/*.[ch], update modeline
2014-12-22 Alexander MonakovAvoid use of uninitialized variable in print_battery_info
2014-10-07 Cyril AndreattaCreated three individual Strings for each battery statu...
2014-08-25 Klemen KoširFix battery indicator on systems without POWER_SUPPLY_V...
2014-05-31 Michael StapelbergUse the absolute values for (dis)charging rates
2014-04-30 Alexander VasarabImplement battery functionality for NetBSD users
2014-03-12 MatsUnify use of string comparisons
2014-03-12 Jasper Lievisse... For the %percentage display of batteries, drop the...
2014-02-08 Iakov DavydovAdd hide_seconds option
2013-05-04 Jonas Clevefix #1017: i3status uses generic battery instance
2013-03-19 Baptiste DaroussinEnable colored output for battery on FreeBSD
2013-03-09 Christoph GöttschkesAdded format_down option for battery if no battery...
2013-02-23 Michael Stapelbergbattery: initialize colorful_output to false
2013-02-14 Julien LequertierAdded option to show battery capacity without decimals
2012-11-15 Scott TincmanDragonFlyBSD support added
2012-10-16 Simon Elsbrockbugfix: colorize output even without discharge rate...
2012-10-10 Jasper Lievisse... Various fixes for the OpenBSD section of the battery...
2012-09-05 Simon Elsbrockprint_battery.c: do END_COLOR only if START_COLOR was...
2012-08-31 Piotr DomagalskiEat unnecessary space from the battery format str.
2012-08-28 Simon Elsbrockadd additional battery threshold type "percentage"
2012-08-12 Philipp Schaeferuse correct units for battery calculation
2012-07-12 Michael StapelbergBugfix: Properly skip "consumption", not "consumptionbu...
2012-07-11 Michael Stapelbergsmall style fix in src/print_battery_info.c (move comment)
2012-07-11 Marcel HellwigCalculate the consumption if POWER_SUPPLY_POWER_NOW...
2012-07-09 Marcel HellwigAdded consumption to battery info
2012-07-09 Marcel HellwigAdded condition, for red color, when battery-time is...
2012-06-11 Mateusz LoskotMoved translation of wireless status code to text from...
2012-05-25 Simon Elsbrockcolorize battery output if remaining time below threshold
2012-05-15 Michael Stapelbergbattery info: output errors in JSON in every case
2012-04-30 Jasper Lievisse... Implement displaying battery status on OpenBSD.
2012-04-08 Michael Stapelbergadd yajl compat code
2012-03-25 Michael StapelbergProperly output JSON with libyajl
2012-02-16 Michael StapelbergImplement the i3bar JSON protocol
2011-11-26 Michael Stapelbergbattery: implement "path" option for batteries with...
2010-11-03 Michael Stapelbergbattery: use POWER_NOW if CURRENT_NOW is not available
2009-12-20 Michael StapelbergRemove trailing whitespace
2009-12-20 André-Patrick BubelImplemented showing the time when battery is empty
2009-10-16 Michael Stapelbergbattery: split up %remaining into %percentage and ...
2009-10-16 Michael StapelbergActually use the format string for the battery (Thanks...
2009-10-16 Michael StapelbergImplement option to use the last full capacity instead...
2009-10-11 Michael StapelbergBreaks configfiles! Major refactoring of i3status,...