Age | Commit message (Expand) | Author |
2007-09-12 | only use 1 decimal place for showing floating numbers | Jens Petersen |
2007-09-12 | include BAT0 acpi battery status too | Jens Petersen |
2007-09-10 | README: fixed some types | Andrea Rossato |
2007-08-27 | Plugins.Swap: check for SwapFree and SwapTotal | Andrea Rossato |
2007-07-24 | Monitors.Common: parseString must use ByteStrings | Andrea Rossato |
2007-07-24 | loadQueryFont must be protected by catch | Andrea Rossato |
2007-07-24 | Batt: we check if the file exists instead of catching an exception | Andrea Rossato |
2007-07-24 | Monitors.Commons: more code cleanup | Andrea Rossato |
2007-07-24 | Config.hs: removed %memory%" from default template | Andrea Rossato |
2007-07-24 | README: some more editing | Andrea Rossato |
2007-07-24 | if an invalid color name or value is given the black pixel will used instead | Andrea Rossato |
2007-07-24 | README: added an example of command line options usage | Andrea Rossato |
2007-07-24 | better error handling in Main.hs | Andrea Rossato |
2007-07-24 | Batt: better error handling | Andrea Rossato |
2007-07-24 | ./Plugins/Monitors.hs: corrected module information | Andrea Rossato |
2007-07-24 | README: added download information | Andrea Rossato |
2007-07-24 | changed home page to http://gorgias.mine.nu/xmobar/ | Andrea Rossato |
2007-07-24 | README: updated to latest changes | Andrea Rossato |
2007-07-24 | The help output must be visible in a terminal 80 characters wide | Andrea Rossato |
2007-07-24 | code and output cleanup | Andrea Rossato |
2007-07-24 | Batt.hs: refactor to reduce resource usage | Andrea Rossato |
2007-07-24 | Monitors.Common: parseString will not produce exceptions anymore | Andrea Rossato |
2007-07-24 | Main.hs: removed exception | Andrea Rossato |
2007-07-23 | Added support for command line options | Andrea Rossato |
2007-07-23 | the normal color is set when normal > low | 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-20 | X code cleanup | Andrea Rossato |
2007-07-19 | oops, I forgot to add Monitors.hs (it's not possible to build xmobar without ... | 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 |
2007-07-18 | Use asynchronous exceptions to obviate the need for forkOS and threaded | Spencer Janssen |
2007-07-17 | execCommands is a mapM | Spencer Janssen |
2007-07-17 | threads are now started with forkOS | Andrea Rossato |
2007-07-17 | cabal: corrected x11-extras version number | Andrea Rossato |
2007-07-17 | XEvents code cleanup | Andrea Rossato |
2007-07-17 | XExposeEvent handling: that requires X11-extras | Andrea Rossato |
2007-07-17 | changed runXmobar to runXbar | Andrea Rossato |
2007-07-14 | README and Cabal edits | Andrea Rossato |
2007-07-13 | haddock tuning | Andrea Rossato |
2007-07-13 | cabal: added Plugins to the list of modules | Andrea Rossato |
2007-07-13 | Plugins.hs: some haddock corrections | Andrea Rossato |
2007-07-13 | README: updated to the latest changes | Andrea Rossato |
2007-07-13 | Config.hs: more code cleanup | Andrea Rossato |
2007-07-13 | Runnable: cleanup and some comments | Andrea Rossato |
2007-07-13 | added Plugins.hs for exporting the needed plugin API | Andrea Rossato |
2007-07-13 | Plugins now import Plugins.hs | Andrea Rossato |
2007-07-13 | Commands.hs: more code cleanup | Andrea Rossato |