diff options
author | tulthix <tulthix@gmail.com> | 2021-11-05 11:33:04 -0500 |
---|---|---|
committer | tulthix <tulthix@gmail.com> | 2021-11-05 11:33:04 -0500 |
commit | af18b5e95b1c4da00e9c54ff2a56c1339b9b3814 (patch) | |
tree | 14189821c84356b2aac50b3a06d5c80462c284ab | |
parent | 9d21a7dd818ece5247e2f75f13d588111e334d8c (diff) | |
download | xmobar-af18b5e95b1c4da00e9c54ff2a56c1339b9b3814.tar.gz xmobar-af18b5e95b1c4da00e9c54ff2a56c1339b9b3814.tar.bz2 |
Add a blurb on the hspace command
-rw-r--r-- | doc/quick-start.org | 4 |
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. |