diff options
author | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2009-10-14 11:13:39 +0200 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2009-10-14 11:13:39 +0200 |
commit | 8bb4da180101061a721ed852b9a2ba5c4701b03a (patch) | |
tree | 98992463a9105d370a1e9778ab00dc72b1099ec7 /README | |
parent | afa953f5254ee68841e8396816261d3405f93cfb (diff) | |
download | xmobar-8bb4da180101061a721ed852b9a2ba5c4701b03a.tar.gz xmobar-8bb4da180101061a721ed852b9a2ba5c4701b03a.tar.bz2 |
reference to i3status in the README
Ignore-this: 77464d96a83855eba1772c6b099314be5c84f3b0
darcs-hash:20091014091339-d6583-6b4792927b7b1d85ae3142032b5dd977e699e8fa.gz
Diffstat (limited to 'README')
-rw-r--r-- | README | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -168,6 +168,27 @@ Other configuration options: `template` : The output template. +### Running xmobar with i3status + +[xmobar] can be used to display information gathered by [i3status], a +small program that gathers information and formats it suitable for +being displayed by the dzen2 status bar, wmii's status bar or xmobar's +StdinReader. + +Since xmobar support has been added only recently you need to get the +git repository, and build it with the appropriate flags: + + git clone git://code.stapelberg.de/i3status + +and then build it: + + cd i3status + make EXTRA_CFLAGS="-DXMOBAR + +Then you can run it with: + + ./i3status -c i3status.conf | xmobar -o -t "%StdinReader%" -c "[Run StdinReader]" + ### Command Line Options [xmobar] can be either configured with a configuration file or with @@ -578,3 +599,4 @@ Copyright © 2007 Andrea Rossato [xmonad]: http://xmonad.org [utf8-string]: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/utf8-string [X11-xft]: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11-xft +[i3status]: http://i3.zekjur.net/i3status/ |