summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Collapse)Author
2011-02-25ThermalZone fixesJose Antonio Ortega Ruiz
2011-02-25New monitor, ThermalZone, addressing issue 44Jose Antonio Ortega Ruiz
2011-02-21Fixed math in Command.tenthSecondsNorbert Zeh
2011-02-16Removed unnecessary use of IORef from Main.hsNorbert Zeh
2011-02-13NitJose Antonio Ortega Ruiz
2011-02-13Dead code elimination (doActionTwiceWithDelay)Jose Antonio Ortega Ruiz
2011-02-13Same medicine for DiskIO (no doActionTwiceWithDelay left)Jose Antonio Ortega Ruiz
2011-02-13Cpu and MultiCpu should also be more accurate nowJose Antonio Ortega Ruiz
2011-02-13Battery: use power_now if current_now is not available (issue 40)Jose Antonio Ortega Ruiz
2011-02-13More accurate net monitor rates (issue 42)Jose Antonio Ortega Ruiz
2011-02-03More XPROPS for the xmobar execJose Antonio Ortega Ruiz
2011-01-25Battery: unnecessary external calls to /usr/bin/cat removedJose Antonio Ortega Ruiz
2011-01-22Wee refactoringJose Antonio Ortega Ruiz
2011-01-22Bug fix: don't get confused by align separators in input (issue 14)Jose Antonio Ortega Ruiz
This solves the common case of a template separator character (such as {) popping up in xmobar's input (e.g., inside a window title) and confusing the parser.
2011-01-15LintingJose Antonio Ortega Ruiz
2011-01-15Volume monitor: new field 'volumebar', and a bit of refactoringJose Antonio Ortega Ruiz
2011-01-15NitJose Antonio Ortega Ruiz
2011-01-15Merge branch 'ttuegel-master'Jose Antonio Ortega Ruiz
2011-01-15Volume monitor: minor linting and file headerJose Antonio Ortega Ruiz
2011-01-14WhitespaceJose Antonio Ortega Ruiz
2011-01-13Added more graceful failure strategies to volume monitor.Thomas Tuegel
2011-01-13Improved volume monitor.Thomas Tuegel
Featuring: configurable status strings, status colors, and dB thresholds.
2011-01-13Added volume monitor based on alsa-mixer.Thomas Tuegel
2011-01-06Mail now takes its alias as a second argumentJose Antonio Ortega Ruiz
This way we also avoid issue 30, although we're not solving the real issue (which is that the commands parser cannot correctly parse commands with a single argument unless they appear at the end of the list).
2011-01-06Fix for compilation on OS X (issue 28)Jose Antonio Ortega Ruiz
2011-01-06NitsJose Antonio Ortega Ruiz
2011-01-04LintingJose Antonio Ortega Ruiz
2011-01-04Battery: support for non-standard locations of AC/online (issue 36)Jose Antonio Ortega Ruiz
We provied a new monitor-specific flag (-f) to specify the location of the file.
2011-01-03WhitespaceJose Antonio Ortega Ruiz
2010-12-27LintingJose Antonio Ortega Ruiz
2010-12-27Bug fix: correctly center text verticallyJose Antonio Ortega Ruiz
2010-12-27Fix for FullBM border specificationJose Antonio Ortega Ruiz
2010-12-27Respect height in BottomSize (issue 27)Jose Antonio Ortega Ruiz
2010-12-22Same infinite loop for CpuJose Antonio Ortega Ruiz
2010-12-22MultiCpu lintingJose Antonio Ortega Ruiz
2010-12-22Bug fix: infinite loop in MultiCpuJose Antonio Ortega Ruiz
I've been mistakenly blaming Top of an infinite loop after awake; as it comes, the culprit was MultiCpu, because of a recent change whereby, on the absence of cpu lines, we were generating an infinite list of empty fields.
2010-12-21Samples moved to samples/Jose Antonio Ortega Ruiz
2010-12-21Haskell sources moved to src/ to unclutter toplevelJose Antonio Ortega Ruiz