diff options
author | jao <jao@gnu.org> | 2021-01-18 05:34:52 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-01-18 05:34:52 +0000 |
commit | 6849edb5923b6c6f49f3b068343ea354c2c2a6e5 (patch) | |
tree | 540927770c48efda0f1ae7759e6f202c46d22191 | |
parent | 5d105cde6fab854c465e1ce47709aca9971b66cb (diff) | |
download | xmobar-config-6849edb5923b6c6f49f3b068343ea354c2c2a6e5.tar.gz xmobar-config-6849edb5923b6c6f49f3b068343ea354c2c2a6e5.tar.bz2 |
standalone xmobars.sh
-rwxr-xr-x | bin/xmobars.sh | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/bin/xmobars.sh b/bin/xmobars.sh index ae93c15..83672d6 100755 --- a/bin/xmobars.sh +++ b/bin/xmobars.sh @@ -1,10 +1,14 @@ #!/bin/bash killall trayer -run-trayer.sh & -killall xmobar-top -killall xmobar-bottom -xmobar-top $* & -xmobar-bottom $* & +trayer --margin 2 --distancefrom left \ + --distance 1 --edge top \ + --align left --SetDockType true --SetPartialStrut false \ + --widthtype request \ + --height 21 --heighttype pixel \ + --transparent true\ + --alpha 255 --padding 1 & +killall xmobar-exwm +xmobar-exwm & |