diff options
| -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 & | 
