summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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
2010-12-08Add auto* and auto*% templatesBen Boeckel
These template automatically detect the number of CPUs and list all of them in order, split by a space (with or without a '%' after each number).
2010-12-09README: new screenshotJose Antonio Ortega Ruiz
2010-12-09Network monitor: no units in reported ratesJose Antonio Ortega Ruiz
Since they're always KB/s, we left them for the template
2010-12-08Battery monitor: specific arguments instead of hardcoded hiliteJose Antonio Ortega Ruiz
2010-12-08Battery monitor: watts and time left (Petr Rockai)Jose Antonio Ortega Ruiz
2010-12-08CpuFreq: limit GHz values to one decimal digitJose Antonio Ortega Ruiz
Thanks to Petr Rockai
2010-12-08README: Update to contributors' listJose Antonio Ortega Ruiz
2010-12-08README typoJose Antonio Ortega Ruiz
2010-12-08Default to False for the -P option and leave the % to the templatesJose Antonio Ortega Ruiz
2010-12-08Mem: don't include % in the default templateJose Antonio Ortega Ruiz
2010-12-08Make Mem monitor honour -PJose Antonio Ortega Ruiz
2010-12-07Documentation for the new "run once" commandsJose Antonio Ortega Ruiz
2010-12-07Run once commands by setting rate to 0 in Command (issue 26)Jose Antonio Ortega Ruiz
Just specify a 0 (or negative) rate in the Command plugin. E.g. Run Comand "uname" ["-s", "-r"] "uname" 0
2010-12-07New Monitor option to enable/disable '%' in displayed percentagesJose Antonio Ortega Ruiz
The option is -P, and takes either "True" (the default) or anything else to denote False.
2010-12-07LintingJose Antonio Ortega Ruiz
2010-12-07Fix for swap used ratio (issue 24)Jose Antonio Ortega Ruiz
Thanks to Dan Brown for pointing this out. I've applied a modified version of his patch (inclusion of % will be treated separately).
2010-12-07NitsJose Antonio Ortega Ruiz
2010-12-07Adjustments to cabal metadataJose Antonio Ortega Ruiz
New homepage and bug tracker URL.
2010-12-07TypoJose Antonio Ortega Ruiz
2010-12-07README: link to a new screenshotJose Antonio Ortega Ruiz
2010-12-07Updates to help blurbJose Antonio Ortega Ruiz
2010-12-07README.md back to READMEJose Antonio Ortega Ruiz
2010-12-07Minor README tweakingJose Antonio Ortega Ruiz
2010-12-07README updatedJose Antonio Ortega Ruiz
2010-12-07New compilation flag: all_extensionsJose Antonio Ortega Ruiz
2010-12-06IWlib: avoid reporting negative quality valuesJose Antonio Ortega Ruiz
2010-12-06gitignore fileJose Antonio Ortega Ruiz