summaryrefslogtreecommitdiffhomepage
path: root/readme.md
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2017-12-15 03:32:27 +0100
committerjao <jao@gnu.org>2017-12-15 03:32:27 +0100
commitb89668884f021e1023160febb680a43588a6aeaa (patch)
treeec625019888664efb6c7502b754269daebab16db /readme.md
parenta7bc612666062b5c48efae74054a453334727e91 (diff)
downloadxmobar-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.md9
1 files changed, 9 insertions, 0 deletions
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