index
:
xmobar
cairo
master
a minimalistic status bar
jao
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Plugins
Age
Commit message (
Expand
)
Author
2007-10-03
HelloWorld defines only run
Andrea Rossato
2007-10-02
updated helloworld.config-sample to latest changes
Andrea Rossato
2007-09-28
Added a plugin to read from stdin
Andrea Rossato
2007-09-28
Removed unused rate method
Andrea Rossato
2007-09-27
more cleanup
Andrea Rossato
2007-09-27
PipeReader: added a configurable alias
Andrea Rossato
2007-09-27
Monitors: updated to recent API changes - code formatting
Andrea Rossato
2007-09-27
HelloWorld: updated to recent API changes
Andrea Rossato
2007-09-27
Date: updated to recent API changes
Andrea Rossato
2007-09-27
Added a plugin to read named pipes (such as an XMonad logger)
Andrea Rossato
2007-09-15
code formatting
Andrea Rossato
2007-09-15
Added a date plugin
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-09-12
include BAT0 acpi battery status too
Jens Petersen
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
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
Batt: better error handling
Andrea Rossato
2007-07-24
./Plugins/Monitors.hs: corrected module information
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-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-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-14
README and Cabal edits
Andrea Rossato
2007-07-13
Plugins now import Plugins.hs
Andrea Rossato
2007-07-12
removed the Show instance requirement for plugins
Andrea Rossato
2007-07-12
added a plugin example with the needed runtime configuration file
Andrea Rossato