summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2010-12-24Version bump0.12Jose 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-22xmobar.cabal: incorrectly ordered entriesJose Antonio Ortega Ruiz
2010-12-21Samples moved to samples/Jose Antonio Ortega Ruiz
2010-12-21Missing cabal file bitsJose Antonio Ortega Ruiz
2010-12-21Haskell sources moved to src/ to unclutter toplevelJose Antonio Ortega Ruiz
2010-12-19Top: better computation of the initial loadsJose Antonio Ortega Ruiz
... and a bit more strictness, in an attempt to catch the sleep/awake bug, whose origin has been eluding me all weekend.
2010-12-19Non-throwing parsing of ints and floatsJose Antonio Ortega Ruiz
2010-12-19Top refactoringsJose Antonio Ortega Ruiz
2010-12-19A bit better error handling in monitorsJose Antonio Ortega Ruiz
2010-12-19Idle refactoringJose Antonio Ortega Ruiz
2010-12-19Small refactoringJose Antonio Ortega Ruiz
2010-12-19Top: correct computation of initial timesJose Antonio Ortega Ruiz
2010-12-15Wee refactoringsJose Antonio Ortega Ruiz
2010-12-15Irrelevant cleansingJose Antonio Ortega Ruiz
... and, please, disregard my stupid comment on zero lapses after sleep (i just needed to sleep myself): i'm afraid the bug's still there.
2010-12-15Top.hs: bug fixJose Antonio Ortega Ruiz
We weren't guarding for the case of time lapses between updates being zero, which can be the case if we come back from sleep or the clock is externally modified.
2010-12-15White spaceJose Antonio Ortega Ruiz
2010-12-13NitJose Antonio Ortega Ruiz
2010-12-13Better documentation for Monitor argumentsJose Antonio Ortega Ruiz
2010-12-13Eliminate the obsolete -P optionJose Antonio Ortega Ruiz
2010-12-13Use -S in Network to control units displayJose Antonio Ortega Ruiz
We've made -P a synonym of -S, and renamed the option to useSuffix.
2010-12-12Uptime as a MonitorJose Antonio Ortega Ruiz
2010-12-12New plugin: UptimeJose Antonio Ortega Ruiz
2010-12-12LintingJose Antonio Ortega Ruiz
2010-12-12Clean up splitEvery implementationBen Boeckel
2010-12-12MBox fixesJose Antonio Ortega Ruiz
2010-12-12Documentation updatesJose Antonio Ortega Ruiz
2010-12-11Weather monitor: skip not retrieved fieldsJose Antonio Ortega Ruiz
Instead of spamming the bar with a long "blah blah: not found!" message.
2010-12-11MBox refactoringsJose Antonio Ortega Ruiz
2010-12-11TypoJose Antonio Ortega Ruiz
2010-12-11MBox: negative count for non-existent mboxesJose Antonio Ortega Ruiz
2010-12-11MBox: support for ~ paths and skipping non-existing mboxesJose Antonio Ortega Ruiz
2010-12-11Couple of nits for the previous patch (Mail.hs)Jose Antonio Ortega Ruiz
2010-12-11Merge branch 'dev/tilde-support-for-paths' of ↵Jose Antonio Ortega Ruiz
https://github.com/mathstuf/xmobar into mathstuf-dev/tilde-support-for-paths
2010-12-11Merge branch 'dev/code-cleanups' of https://github.com/mathstuf/xmobar into ↵Jose Antonio Ortega Ruiz
mathstuf-dev/code-cleanups
2010-12-11New NEWS fileJose Antonio Ortega Ruiz
2010-12-11Use `head' rather than `flip (!!) 0'Ben Boeckel
2010-12-11Don't hard code the number of valuesBen Boeckel
Make an infinite list of empty strings so that if something is asked for and cannot be provided, index errors don't occur.
2010-12-11Add documentation for ~ support in MailBen Boeckel
2010-12-11Expand '~' in paths for mail directoriesBen Boeckel
2010-12-11More sensitive logbarsJose Antonio Ortega Ruiz
2010-12-10Top: better meaning for -L/-H in memory entriesJose Antonio Ortega Ruiz
Now those are really thresholds over the percentage of process memory over total used memory (as was intended but badly implemented).
2010-12-09New contributor acknowledgedJose Antonio Ortega Ruiz
2010-12-09README nitJose Antonio Ortega Ruiz
2010-12-09Merge branch 'dev/auto-per-core-cpu-usage' of ↵Jose Antonio Ortega Ruiz
https://github.com/mathstuf/xmobar into mathstuf-dev/auto-per-core-cpu-usage
2010-12-09Maintainer field in headers set to jaoJose Antonio Ortega Ruiz
2010-12-08Remove auto*% optionsBen Boeckel
The -P option now covers this case.
2010-12-08Update documentation for MultiCpuBen Boeckel