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
/
Common.hs
Age
Commit message (
Expand
)
Author
2010-12-09
Maintainer field in headers set to jao
Jose Antonio Ortega Ruiz
2010-12-08
CpuFreq: limit GHz values to one decimal digit
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-12-07
New Monitor option to enable/disable '%' in displayed percentages
Jose Antonio Ortega Ruiz
2010-12-07
Linting
Jose Antonio Ortega Ruiz
2010-12-07
Fix for swap used ratio (issue 24)
Jose Antonio Ortega Ruiz
2010-03-20
Bars for DiskIO
Jose A Ortega Ruiz
2010-03-19
Bar background, foreground and width configurable
Jose A Ortega Ruiz
2010-03-19
Usage bars
Jose A Ortega Ruiz
2010-02-22
Wireless monitor: better boundary checks
Jose A Ortega Ruiz
2010-02-14
Protect against IO failres in MBox
Jose A Ortega Ruiz
2010-02-12
New monitor argument to set both max and min widths (-w)
Jose A Ortega Ruiz
2010-02-11
First stab at top monitors
Jose A Ortega Ruiz
2010-02-04
New DiskU and DiskIO monitors
Jose A Ortega Ruiz
2010-01-21
New options in Monitors (padding and width)
Jose A. Ortega Ruiz
2010-01-20
New Monitor option to specify minimum percentage width
Jose A. Ortega Ruiz
2010-02-09
Monitors: display exceptions
Andrea Rossato
2009-11-02
Since ACPI reads can be slow, use a helper /bin/cat process to perform them
svein.ove
2008-09-17
Don't show tenths of items
John Goerzen
2009-10-11
Support for base 4 without base-3 compatibility
Adam Vogt
2009-03-18
Allow color markup in monitor output templates
nzeh
2008-11-20
Catch exceptions from monitors, should fix problems with cpufreq
Spencer Janssen
2007-11-05
Plugins/Monitors/Common.hs: fix a bug in stringParser
Andrea Rossato
2007-09-27
Monitors: updated to recent API changes - code formatting
Andrea Rossato
2007-09-12
Parse the temperature separately in Celcius and Fahrenheit.
Jens Petersen
2007-09-12
only use 1 decimal place for showing floating numbers
Jens Petersen
2007-07-24
Monitors.Common: parseString must use ByteStrings
Andrea Rossato
2007-07-24
Monitors.Commons: more code cleanup
Andrea Rossato
2007-07-24
Monitors.Common: parseString will not produce exceptions anymore
Andrea Rossato
2007-07-23
the normal color is set when normal > low
Andrea Rossato
2007-07-12
Get rid of floats in scientific notation.
Krzysztof Kosciuszkiewicz
2007-07-12
Allow reverse "high" and "low" thresholds
Krzysztof Kosciuszkiewicz
2007-07-18
Monitors are now a Plugin that can be removed from Config.hs
Andrea Rossato