xmobar v0.22 Release Notes

Release Date: 2014-10-09 // over 9 years ago
  • 🆕 New features

    • New MarqueePipeReader plugin by Reto Hablützel.
    • Network monitor has now adaptive units (-S is used now to switch them on), by Axel Angel.
    • Weather now offers dewPointC and dewPointF instead of dewPoint, and the new windCardinal, windAzimuth, windMph and windKnots variables, by Tony Morris.
    • Strings in the configuration file can now span multiple lines using Haskell-style multiline script, thanks to dunric
    • Icons can now be also xpm files (if xmobar is compiled with with_xpm), thanks to Alexander Shabalin.
    • New borderWidth option to set xmobar's boder width, thanks to Travis Staton.
    • Support for multiple Xft fonts, thanks to Phil Xiaojun Hu and Cedric staub (see pull request #196).
    • Icon patterns for several monitors, that allow you to specify a collection of icons to use for successive integer variable values, thanks to Alexander Shabalin (see pull request #192 and the documentation for details).
    • Upgrade to libmpd 0.9.

    🐛 Bug fixes

    • Much more efficient implementation of the Locks plugin, thanks to Anton Vorontsov (see pull request #195).
    • Not colorizing total disk size in DiskU (issue #189).
    • Avoiding zombies on click actions, thanks to Phil Xiaojun Hu (issue #181).