diff options
author | jao <jao@gnu.org> | 2017-12-15 03:32:27 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2017-12-15 03:32:27 +0100 |
commit | b89668884f021e1023160febb680a43588a6aeaa (patch) | |
tree | ec625019888664efb6c7502b754269daebab16db /readme.md | |
parent | a7bc612666062b5c48efae74054a453334727e91 (diff) | |
download | xmobar-b89668884f021e1023160febb680a43588a6aeaa.tar.gz xmobar-b89668884f021e1023160febb680a43588a6aeaa.tar.bz2 |
Configurable WM_CLASS and WM_NAME (should address #323)
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -367,6 +367,13 @@ Other configuration options: `template` : The output template. + +`wmClass` +: The value for the window's X11 WM_CLASS property. Defaults to "xmobar". + +`wmName` +: The value for the window's X11 WM_NAME property. Defaults to "xmobar". + ### Running xmobar with i3status xmobar can be used to display information generated by [i3status], a @@ -394,6 +401,8 @@ xmobar --help): -h, -? --help This help -V --version Show version information -f font name --font=font name The font name + -w class --wmclass=class X11 WM_CLASS property + -n name --wmname=name X11 WM_NAME property -B bg color --bgcolor=bg color The background color. Default black -F fg color --fgcolor=fg color The foreground color. Default grey -A alpha --alpha=alpha The transparency: 0 is transparent, 255 (the default) is opaque |