diff options
author | jao <jao@gnu.org> | 2014-12-02 05:02:30 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2014-12-02 05:02:30 +0100 |
commit | 0cae5039d549ee757bcf382c46403335d05aa047 (patch) | |
tree | 0817f7e212ef784e08869d194fcc128ece3be84f /readme.md | |
parent | 0ba96383c08d2c8babca267788d064af37a8c927 (diff) | |
download | xmobar-0cae5039d549ee757bcf382c46403335d05aa047.tar.gz xmobar-0cae5039d549ee757bcf382c46403335d05aa047.tar.bz2 |
New textOffset and iconOffset configuration parameters
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -274,6 +274,15 @@ Other configuration options: : position = Top +`textOffset` +: The vertical offset, in pixels, for the text baseline. If + negative or not given, xmobar will try to center text + vertically. + +`iconOffset` +: The vertical offset, in pixels, for icons bottom line. If negative + or not given, xmobar will try to center icons vertically. + `lowerOnStart` : When True the window is sent the bottom of the window stack initially. |