From b89668884f021e1023160febb680a43588a6aeaa Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 15 Dec 2017 03:32:27 +0100 Subject: Configurable WM_CLASS and WM_NAME (should address #323) --- readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 359ca17..bb8159c 100644 --- a/readme.md +++ b/readme.md @@ -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 -- cgit v1.2.3