summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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
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.