diff options
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 |