summaryrefslogtreecommitdiffhomepage
path: root/Plugins/Monitors/Common.hs
AgeCommit message (Expand)Author
2010-12-21Haskell sources moved to src/ to unclutter toplevelJose Antonio Ortega Ruiz
2010-12-19Non-throwing parsing of ints and floatsJose Antonio Ortega Ruiz
2010-12-19A bit better error handling in monitorsJose Antonio Ortega Ruiz
2010-12-19Small refactoringJose Antonio Ortega Ruiz
2010-12-13Eliminate the obsolete -P optionJose Antonio Ortega Ruiz
2010-12-13Use -S in Network to control units displayJose Antonio Ortega Ruiz
2010-12-11Weather monitor: skip not retrieved fieldsJose Antonio Ortega Ruiz
2010-12-11More sensitive logbarsJose Antonio Ortega Ruiz
2010-12-09Maintainer field in headers set to jaoJose Antonio Ortega Ruiz
2010-12-08CpuFreq: limit GHz values to one decimal digitJose Antonio Ortega Ruiz
2010-12-08Default to False for the -P option and leave the % to the templatesJose Antonio Ortega Ruiz
2010-12-07New Monitor option to enable/disable '%' in displayed percentagesJose Antonio Ortega Ruiz
2010-12-07LintingJose Antonio Ortega Ruiz
2010-12-07Fix for swap used ratio (issue 24)Jose Antonio Ortega Ruiz
2010-03-20Bars for DiskIOJose A Ortega Ruiz
2010-03-19Bar background, foreground and width configurableJose A Ortega Ruiz
2010-03-19Usage barsJose A Ortega Ruiz
2010-02-22Wireless monitor: better boundary checksJose A Ortega Ruiz
2010-02-14Protect against IO failres in MBoxJose A Ortega Ruiz
2010-02-12New monitor argument to set both max and min widths (-w)Jose A Ortega Ruiz
2010-02-11First stab at top monitorsJose A Ortega Ruiz
2010-02-04New DiskU and DiskIO monitorsJose A Ortega Ruiz
2010-01-21New options in Monitors (padding and width)Jose A. Ortega Ruiz
2010-01-20New Monitor option to specify minimum percentage widthJose A. Ortega Ruiz
2010-02-09Monitors: display exceptionsAndrea Rossato
2009-11-02Since ACPI reads can be slow, use a helper /bin/cat process to perform themsvein.ove
2008-09-17Don't show tenths of itemsJohn Goerzen
2009-10-11Support for base 4 without base-3 compatibilityAdam Vogt
2009-03-18Allow color markup in monitor output templatesnzeh
2008-11-20Catch exceptions from monitors, should fix problems with cpufreqSpencer Janssen
2007-11-05Plugins/Monitors/Common.hs: fix a bug in stringParserAndrea Rossato
2007-09-27Monitors: updated to recent API changes - code formattingAndrea Rossato
2007-09-12Parse the temperature separately in Celcius and Fahrenheit.Jens Petersen
2007-09-12only use 1 decimal place for showing floating numbersJens Petersen
2007-07-24Monitors.Common: parseString must use ByteStringsAndrea Rossato
2007-07-24Monitors.Commons: more code cleanupAndrea Rossato
2007-07-24Monitors.Common: parseString will not produce exceptions anymoreAndrea Rossato
2007-07-23the normal color is set when normal > lowAndrea Rossato
2007-07-12Get rid of floats in scientific notation.Krzysztof Kosciuszkiewicz
2007-07-12Allow reverse "high" and "low" thresholdsKrzysztof Kosciuszkiewicz
2007-07-18Monitors are now a Plugin that can be removed from Config.hsAndrea Rossato