index
:
xmobar
cairo
master
a minimalistic status bar
jao
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Plugins
/
Monitors
/
Batt.hs
Age
Commit message (
Expand
)
Author
2010-12-09
Maintainer field in headers set to jao
Jose Antonio Ortega Ruiz
2010-12-08
Battery monitor: specific arguments instead of hardcoded hilite
Jose Antonio Ortega Ruiz
2010-12-08
Battery monitor: watts and time left (Petr Rockai)
Jose Antonio Ortega Ruiz
2010-12-08
Default to False for the -P option and leave the % to the templates
Jose Antonio Ortega Ruiz
2010-03-19
Usage bars
Jose A Ortega Ruiz
2010-02-14
Merge conflict resolutions in Parsers.hs and Batt.hs
Jose A Ortega Ruiz
2010-02-12
Using /sys to read battery status
Jose A Ortega Ruiz
2010-01-20
New Monitor option to specify minimum percentage width
Jose A. Ortega Ruiz
2010-02-10
Batt: read energy_ if charge_ is not present
Andrea Rossato
2010-02-09
Batt: use sysfs to retrieve information
Andrea Rossato
2009-11-02
Since ACPI reads can be slow, use a helper /bin/cat process to perform them
svein.ove
2008-03-16
Add BatteryP a monitor for batteries
Andrea Rossato
2007-09-12
include BAT0 acpi battery status too
Jens Petersen
2007-07-24
Batt: we check if the file exists instead of catching an exception
Andrea Rossato
2007-07-24
Batt: better error handling
Andrea Rossato
2007-07-24
Batt.hs: refactor to reduce resource usage
Andrea Rossato
2007-07-19
Moved battery line parsing into the Maybe monad.
Krzysztof Kosciuszkiewicz
2007-07-19
Safer parsing without parsec in battery monitor
Krzysztof Kosciuszkiewicz
2007-07-16
Fix parsing and processing data in Batt monitor.
Krzysztof Kosciuszkiewicz
2007-07-18
Monitors are now a Plugin that can be removed from Config.hs
Andrea Rossato