summaryrefslogtreecommitdiffhomepage
path: root/Plugins
AgeCommit message (Expand)Author
2007-07-24./Plugins/Monitors.hs: corrected module informationAndrea Rossato
2007-07-24Batt.hs: refactor to reduce resource usageAndrea 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-19Moved battery line parsing into the Maybe monad.Krzysztof Kosciuszkiewicz
2007-07-19Safer parsing without parsec in battery monitorKrzysztof Kosciuszkiewicz
2007-07-16Fix parsing and processing data in Batt monitor.Krzysztof Kosciuszkiewicz
2007-07-19oops, I forgot to add Monitors.hs (it's not possible to build xmobar without ...Andrea 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
2007-07-14README and Cabal editsAndrea Rossato
2007-07-13Plugins now import Plugins.hsAndrea Rossato
2007-07-12removed the Show instance requirement for pluginsAndrea Rossato
2007-07-12added a plugin example with the needed runtime configuration fileAndrea Rossato