summaryrefslogtreecommitdiffhomepage
path: root/src/Plugins/Monitors/Batt.hs
AgeCommit message (Collapse)Author
2016-07-28Fixing compatibility with GHC 7.6jao
2016-07-26Sensible thresholds for high/low battery power consumptionjao
Fixes #265.
2016-05-05Batt nitsjao
2016-05-05Batt: reading status more robustlyjao
2016-05-04Fixes for Battery status computations (issue #231)jao
2015-08-18Batt: protecting against charge_now > charge_fulljao
(yes, it's happening on an xps with kernel 4.1.5)
2014-09-24Rename dynamic string to icon patternAlexander Shabalin
2014-09-14Implement DynamicString for Monitors supporting vbar.Alexander Shabalin
* Batt * Bright * Cpu * Disk * MPD * Mem * MultiCpu * Net * Volume * Wireless
2014-08-09hlint refactoringsReto Hablützel
2014-03-15showVerticalBar now takes the same arguments as showPercentBarEric Mrak
2014-03-14Battery now has leftvbarEric Mrak
2013-12-30Fix for time estimation when using the previous workaroundJose Antonio Ortega Ruiz
2013-12-30Battery: workaround for obsolete current_nowJose Antonio Ortega Ruiz
2013-10-27New N/A string monitor option (cf. #119)Jose Antonio Ortega Ruiz
2013-10-27Using width options in wattage display (fixes #118)Jose Antonio Ortega Ruiz
2013-05-26Made parseTemplate recursively replace template variables.Todd Lunter
2013-05-26New idle status for battery monitorJose Antonio Ortega Ruiz
2013-05-26Refactoring and slight generalisation of the new Battery featureJose Antonio Ortega Ruiz
2013-05-26Allowing template variables in Battery's -O and -o argsJose Antonio Ortega Ruiz
Should address github issue #109. Thanks to Todd Lunter for the suggestion.
2013-04-06caps battery percentage at 100%.RJ Regenold
2012-01-01Configurable battery power scaleJose Antonio Ortega Ruiz
2011-12-26Back to nominal units for battery powerJose Antonio Ortega Ruiz
Must have been a glitch in my kernel version (?)
2011-12-18New -d (decimal digits) monitor option (issue #58)Jose Antonio Ortega Ruiz
2011-12-18Battery: correct computation of wattsJose Antonio Ortega Ruiz
2011-12-17Batt improvements: watts display fix and no -c neededJose Antonio Ortega Ruiz
We no longer use -c to specify cases when only _design exists, but try to detect that automatically (as well as the energy/charge dichotomy). Also fixed a bug that precluded display of <watts> when no threshold colours were specified.
2011-12-10Fix for issue #62 (battery monitor on olpc hardware)Jose Antonio Ortega Ruiz
2011-11-08WhitespaceJose Antonio Ortega Ruiz
2011-11-08Battery: last vestiges of lazy io removedJose Antonio Ortega Ruiz
2011-11-08A new attempt at fixing battery monitor's bailouts on awakeJose Antonio Ortega Ruiz
2011-11-03Battery monitor: better handling of exceptionsJose Antonio Ortega Ruiz
An attempt to fix #60, that is, crashes after power resumes due to unreadable battery stats files.
2011-04-02Use 0 if reading the file failsBen Boeckel
2011-03-29Battery: some divisions by zero eliminatedJose Antonio Ortega Ruiz
2011-02-13Battery: use power_now if current_now is not available (issue 40)Jose Antonio Ortega Ruiz
2011-01-25Battery: unnecessary external calls to /usr/bin/cat removedJose Antonio Ortega Ruiz
2011-01-06NitsJose Antonio Ortega Ruiz
2011-01-04LintingJose Antonio Ortega Ruiz
2011-01-04Battery: support for non-standard locations of AC/online (issue 36)Jose Antonio Ortega Ruiz
We provied a new monitor-specific flag (-f) to specify the location of the file.
2010-12-21Haskell sources moved to src/ to unclutter toplevelJose Antonio Ortega Ruiz