summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2007-07-24loadQueryFont must be protected by catchAndrea Rossato
2007-07-24Batt: we check if the file exists instead of catching an exceptionAndrea Rossato
2007-07-24Monitors.Commons: more code cleanupAndrea Rossato
2007-07-24Config.hs: removed %memory%" from default templateAndrea Rossato
2007-07-24README: some more editingAndrea Rossato
2007-07-24if an invalid color name or value is given the black pixel will used insteadAndrea Rossato
2007-07-24README: added an example of command line options usageAndrea Rossato
2007-07-24better error handling in Main.hsAndrea Rossato
2007-07-24Batt: better error handlingAndrea Rossato
2007-07-24./Plugins/Monitors.hs: corrected module informationAndrea Rossato
2007-07-24README: added download informationAndrea Rossato
2007-07-24changed home page to http://gorgias.mine.nu/xmobar/Andrea Rossato
2007-07-24README: updated to latest changesAndrea Rossato
2007-07-24The help output must be visible in a terminal 80 characters wideAndrea Rossato
2007-07-24code and output cleanupAndrea Rossato
2007-07-24Batt.hs: refactor to reduce resource usageAndrea Rossato
2007-07-24Monitors.Common: parseString will not produce exceptions anymoreAndrea Rossato
2007-07-24Main.hs: removed exceptionAndrea Rossato
2007-07-23Added support for command line optionsAndrea 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-20X code cleanupAndrea Rossato
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-18Use asynchronous exceptions to obviate the need for forkOS and threadedSpencer Janssen
2007-07-17execCommands is a mapMSpencer Janssen
2007-07-17threads are now started with forkOSAndrea Rossato
2007-07-17cabal: corrected x11-extras version numberAndrea Rossato
2007-07-17XEvents code cleanupAndrea Rossato
2007-07-17XExposeEvent handling: that requires X11-extrasAndrea Rossato
2007-07-17changed runXmobar to runXbarAndrea Rossato
2007-07-14README and Cabal editsAndrea Rossato
2007-07-13haddock tuningAndrea Rossato
2007-07-13cabal: added Plugins to the list of modulesAndrea Rossato
2007-07-13Plugins.hs: some haddock correctionsAndrea Rossato
2007-07-13README: updated to the latest changesAndrea Rossato
2007-07-13Config.hs: more code cleanupAndrea Rossato
2007-07-13Runnable: cleanup and some commentsAndrea Rossato
2007-07-13added Plugins.hs for exporting the needed plugin APIAndrea Rossato
2007-07-13Plugins now import Plugins.hsAndrea Rossato
2007-07-13Commands.hs: more code cleanupAndrea Rossato
2007-07-12removed the Show instance requirement for pluginsAndrea Rossato
2007-07-12cabal updatesAndrea Rossato
2007-07-12added a plugin example with the needed runtime configuration fileAndrea Rossato
2007-07-12credits to Claus Reinke and removed debugging codeAndrea Rossato
2007-07-12use of existential types for plugin supportAndrea Rossato