summaryrefslogtreecommitdiffhomepage
path: root/readme.md
diff options
context:
space:
mode:
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