summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortulthix <tulthix@gmail.com>2021-11-05 11:33:04 -0500
committertulthix <tulthix@gmail.com>2021-11-05 11:33:04 -0500
commitaf18b5e95b1c4da00e9c54ff2a56c1339b9b3814 (patch)
tree14189821c84356b2aac50b3a06d5c80462c284ab
parent9d21a7dd818ece5247e2f75f13d588111e334d8c (diff)
downloadxmobar-af18b5e95b1c4da00e9c54ff2a56c1339b9b3814.tar.gz
xmobar-af18b5e95b1c4da00e9c54ff2a56c1339b9b3814.tar.bz2
Add a blurb on the hspace command
-rw-r--r--doc/quick-start.org4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/quick-start.org b/doc/quick-start.org
index c8cb6c9..880c1bd 100644
--- a/doc/quick-start.org
+++ b/doc/quick-start.org
@@ -215,6 +215,10 @@ The syntax for the output template is as follows:
- =<fn=1>string</fn>= will print =string= with the first font from
=additionalFonts=. The index =0= corresponds to the standard font.
+- =<hspace=X/>= will insert a blank horizontal space of =X= pixels.
+ For example, to add a blank horizontal space of 123 pixels,
+ =<hspace=123/>= may be used.
+
- =<icon=/path/to/icon.xbm/>= will insert the given bitmap. XPM image
format is also supported when compiled with the =with_xpm= flag.