summaryrefslogtreecommitdiffhomepage
path: root/README
AgeCommit message (Collapse)Author
2011-12-10news and readme updatesJose Antonio Ortega Ruiz
2011-11-21README updatesJose Antonio Ortega Ruiz
Dead links and more outstanding bug repo.
2011-11-16DateZone: typo in readmeMartin Perner
2011-10-27DateZone, Date*L Plugin merges; DateZone API-Change!Martin Perner
To support multiple locales, an lock was introduced. Although through this, supporting DateL and DateZoneL would be cumbersome. To simplify the usage, DateZone was replaced with DateZoneL. Additionally the position of the Alias parameter was changed. Using "" as Zone parameter for DateZoneL simulates DateL. Providing also "" for locale simulates Date.
2011-10-26Adding locale support to Date pluginsMartin Perner
This commits adds support for localized datetime outputs like date(1).
2011-09-20Version bump in preparation for 0.14Jose Antonio Ortega Ruiz
2011-09-19Merge branch 'screen_update' of git://github.com/skinner33/xmobar into ↵Jose Antonio Ortega Ruiz
skinner-screen_update Conflicts: NEWS src/XUtil.hsc
2011-09-16Changes signals usedMartin Perner
Switches HUP to USR1 and USR1 to USR2, as requested
2011-09-15NEWS/README updateMartin Perner
2011-08-31Changed parametersMartin Perner
there is still the bug this plugin needs to be the last or parsing the config file fails
2011-08-31Kbd: Example was incorrectMartin Perner
2011-08-31Added Keyboard Layout Indicator PluginMartin Perner
2011-08-30catch alsa exception on decibel acquireMartin Perner
This closes #17. For some reasons the alsa interface does not provide a dB value on all systems. Instead an error is returned. The alsa-mixer library checks for such return values and throws an exception if one is detected. This patch catches the exception and returns 0 as dB value.
2011-08-21Report iowait in Cpu monitor (fixes #55)Jose Antonio Ortega Ruiz
2011-07-21DateZone: Added plugin for localized dateMartin Perner
2011-06-02Acknoledgements for the new brightness monitorjao
2011-04-05Bright Monitor: Didn't made use of -SMartin Perner
2011-04-04Added brightness monitorMartin Perner
2011-03-28Release 0.130.13Jose Antonio Ortega Ruiz
2011-03-15Use the environment to configure the MPD serverBen Boeckel
2011-02-25New monitor, ThermalZone, addressing issue 44Jose Antonio Ortega Ruiz
2011-02-13Cpu and MultiCpu should also be more accurate nowJose Antonio Ortega Ruiz
2011-02-12NitJose Antonio Ortega Ruiz
2011-02-12NitJose Antonio Ortega Ruiz
2011-01-27xmonadpropwrite.hs back to the source packageJose Antonio Ortega Ruiz
2011-01-27Mentioning '<fc=fgcolor,bgcolor>' in the docsJose Antonio Ortega Ruiz
'fc' is a very unfortunate name, in view of this feature, but i'm afraid it's too late to eliminate it; but i guess we could at least deprecate it...
2011-01-22Doc fixesJose Antonio Ortega Ruiz
2011-01-15Volume monitor: new field 'volumebar', and a bit of refactoringJose Antonio Ortega Ruiz
2011-01-15More documentation nitsJose Antonio Ortega Ruiz
2011-01-15Volume documentation: credits and minor changesJose Antonio Ortega Ruiz
2011-01-13Corrected spelling error in README.Thomas Tuegel
2011-01-13Updated README for improved volume monitor.Thomas Tuegel
2011-01-13Documented volume monitor in README.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-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.
2010-12-24Version bump0.12Jose Antonio Ortega Ruiz
2010-12-21Samples moved to samples/Jose 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-12Documentation updatesJose Antonio Ortega Ruiz
2010-12-11TypoJose Antonio Ortega Ruiz
2010-12-11MBox: support for ~ paths and skipping non-existing mboxesJose 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-11New NEWS fileJose Antonio Ortega Ruiz
2010-12-11Add documentation for ~ support in MailBen Boeckel