diff options
author | Valentin Shirokov <regellosigkeitsaxiom@users.noreply.github.com> | 2015-12-31 02:04:40 +0800 |
---|---|---|
committer | jao <jao@gnu.org> | 2015-12-31 01:00:03 +0100 |
commit | eeb62efa3e8a8f802d4afecc9e4dadc1911a3271 (patch) | |
tree | 538dc20a8887e219a523acea613edd783658d416 /readme.md | |
parent | 9077c73f9a73c86bd9cba2b526aea198e22727aa (diff) | |
download | xmobar-eeb62efa3e8a8f802d4afecc9e4dadc1911a3271.tar.gz xmobar-eeb62efa3e8a8f802d4afecc9e4dadc1911a3271.tar.bz2 |
Added "-p" launch option
`-p "string"` will override position settings set in configuration file.
Useful for launching multiple xmobars from single configuration file,
which is almost necessary when using non-monospace fonts.
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -394,6 +394,7 @@ xmobar --help): -A alpha --alpha=alpha The transparency: 0 is transparent, 255 (the default) is opaque -o --top Place xmobar at the top of the screen -b --bottom Place xmobar at the bottom of the screen + -p --position=position Specify position, same as in config file -d --dock Try to start xmobar as a dock -a alignsep --alignsep=alignsep Separators for left, center and right text alignment. Default: '}{' |