A minimalist status bar
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
jao c9b6bf7741
docs: comment on use of X11 fonts (fixes #658)
3 days ago
app Self-compilation a la xmonad 4 years ago
bench Optimize Date plugin again (refresh timezone only once a minute) 2 years ago
doc docs: comment on use of X11 fonts (fixes #658) 3 days ago
etc cairo: box drawing 6 months ago
src Handle SocketError when attempting to connect to dbus 6 days ago
test old, unusable CI ymls moved to examples/ 9 months ago
.drone.yml testing with ghc 9.2 for now (again) 3 months ago
.envrc Updates nix flake for local development 7 months ago
.gitignore Updates nix flake for local development 7 months ago
.hlint.yaml hlinting 5 years ago
changelog.md typo 3 months ago
contributing.org documentation: improvements for xmobar-in-haskell docs 8 months ago
flake.lock Add flake.nix 10 months ago
flake.nix Updates nix flake for local development 7 months ago
license License file updated 3 years ago
readme.org relative link fixes 3 months ago
setup.lhs lowercase ftw 5 years ago
stack.yaml stack dependencies for cairo/pango (fixes #666) 2 months ago
xmobar.cabal testing with ghc 9.2 for now 3 months ago

readme.org

xmobar, a minimalistic status bar

hackage ci

Xmobar is a minimalistic status bar. It was originally designed and implemented to work with xmonad, but it is actually usable with any window manager in X11 and also (via its text output mode) Wayland.

Xmobar was inspired by the Ion3 status bar, and supports similar features, like dynamic color management, icons, output templates, and extensibility through plugins. It is also able to write to standard output, in a variety of formats.

/xmobar/xmobar/src/branch/master/doc/screenshots/xmobar-top.png

/xmobar/xmobar/src/branch/master/doc/screenshots/xmobar-bottom.png

/xmobar/xmobar/src/branch/master/doc/screenshots/xmobar-exwm.png

Check the change log for our release history. We also have an IRC channel, #xmobar, at Libera.

Breaking news

  • Starting with version 0.45 we use cairo/pango as our drawing engine (instead of plain X11/Xft). From a user's point of view, that change should be mostly transparent, except for the facts that it's allowed fixing quite a few bugs and that your font names in your configuration, if you used xft ones, might need to be adapted to Pango's syntax: please see this section of the documentation for all the details. If you're compiling your own xmobar, there's a new dependency on libpango (see C library dependencies).

Installation

From your system's package manager

Xmobar is probably available from your distributions package manager! Most distributions compile xmobar with the all_extensions flag, so you don't have to.

  • Arch Linux

      pacman -S xmobar
  • Debian/Ubuntu based

      apt install xmobar
  • OpenSUSE

      zypper install xmobar
  • Void Linux

      xbps-install xmobar
  • Gentoo

      emerge --ask xmobar

Using cabal or stack

Xmobar is available from Hackage, and you can compile and install it using cabal-install, making sure the required C libraries are in place. For a full build with all available extensions:

  # required C librarises
  apt-get install xorg-dev libxrandr-dev libpango1.0-dev
  # optional C libraries for additional plugins
  apt-get install libasound2-dev libxpm-dev libmpd-dev

  cabal install xmobar -fall_extensions

Starting with version 0.35.1, xmobar requires at least GHC version 8.4.x. to build. See this issue for more information.

See here for a list of optional compilation flags that will enable some optional plugins.

See compiling for full compilation instructions starting from source.

Running xmobar

Running xmobar with a configuration file

You can run xmobar with:

  xmobar /path/to/config &

or

  xmobar &

if you have the default configuration file saved as $XDG_CONFIG_HOME/xmobar/xmobarrc (defaulting to ~/.config/xmobar/xmobarrc), or ~/.xmobarrc.

All the available command line switches and configuration parameters are described in the quick start guide and the plugins index.

Writing your own xmobar in Haskell

As shown above, one can use xmobar as a regular program, via its configuration file, without having to write any code. It also is possible to install xmobar as a library and use it to write your own xmobar using Haskell instead of using a configuration file. (This is very similar to how xmonad works.) That gives you the ability of using Haskell and its libraries to extend xmobar to your heart's content. If you are a programmer, take a look here to learn more.

Running xmobar in text mode

By default, xmobar will run as an X11 application, in a docked window, but it is possible to redirect xmobar's output to the standard output, optionally with color escape sequences. In this mode, xmobar can be run inside a terminal o console, or its output piped to other applications, and there is no need for an X11 display. See Running xmobar in text mode for details. Using this mode, you could pipe xmobar's output to, say, swaybar, and use it in wayland, or, with the xmobar.el package, show it in Emacs's tab bar.

Configuration and further documentation

  • If you want to jump straight into running xmobar, head over to the quick start guide.
  • If you want to get a detailed overview of all available plugins and monitors, visit the plugins index.
  • For more information on how to use xmobar as a Haskell library see the using Haskell guide.
  • If you want to know how to contribute to the xmobar project, check out contributing.

Authors and credits

Andrea Rossato originally designed and implemented xmobar up to version 0.11.1. Since then, it is maintained and developed by jao, with the help of the greater xmobar and Haskell communities.

In particular, xmobar incorporates patches by Kostas Agnantis, Mohammed Alshiekh, Alex Ameen, Axel Angel, Dhananjay Balan, Claudio Bley, Dragos Boca, Ben Boeckel, Ivan Brennan, Duncan Burke, Roman Cheplyaka, Patrick Chilton, Antoine Eiche, Nathaniel Wesley Filardo, Guy Gastineau, John Goerzen, Jonathan Grochowski, Patrick Günther, Reto Hablützel, Juraj Hercek, Tomáš Janoušek, Ada Joule, Spencer Janssen, Roman Joost, Pavel Kalugin, Jochen Keil, Sam Kirby, Lennart Kolmodin, Krzysztof Kosciuszkiewicz, Dmitry Kurochkin, Todd Lunter, Vanessa McHale, Robert J. Macomber, Dmitry Malikov, David McLean, Joan Milev, Marcin Mikołajczyk, Dino Morelli, Tony Morris, Eric Mrak, Thiago Negri, Edward O'Callaghan, Svein Ove, Martin Perner, Jens Petersen, Alexander Polakov, Sibi Prabakaran, Pavan Rikhi, Petr Rockai, Andrew Emmanuel Rosa, Sackville-West, Amir Saeid, Markus Scherer, Daniel Schüssler, Olivier Schneider, Alexander Shabalin, Valentin Shirokov, Peter Simons, Alexander Solovyov, Will Song, John Soo, John Soros, Felix Springer, Travis Staton, Artem Tarasov, Samuli Thomasson, Edward Tjörnhammar, Sergei Trofimovich, Thomas Tuegel, John Tyree, Jan Vornberger, Anton Vorontsov, Daniel Wagner, Zev Weiss, Phil Xiaojun Hu, Nikolay Yakimov, Edward Z. Yang, Leo Zhang, Norbert Zeh, and Michał Zielonka.

Andrea wants to thank Robert Manea and Spencer Janssen for their help in understanding how X works. They gave him suggestions on how to solve many problems with xmobar. He also thanks Claus Reinke for making him understand existential types (or at least for letting him think he grasps existential types…;-).

License

This software is released under a BSD-style license. See license for more details.

Copyright © 2010-2022 Jose Antonio Ortega Ruiz

Copyright © 2007-2010 Andrea Rossato