diff options
-rwxr-xr-x | xmobars.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/xmobars.sh b/xmobars.sh new file mode 100755 index 0000000..5a67e55 --- /dev/null +++ b/xmobars.sh @@ -0,0 +1,14 @@ +#!/bin/bash + +killall trayer + +trayer --margin 2 --distancefrom left \ + --distance 1 --edge top \ + --align left --SetDockType true --SetPartialStrut false \ + --widthtype request \ + --height 21 --heighttype pixel \ + --transparent true \ + --alpha 16 --padding 1 & + +killall xmobar-exwm +xmobar-exwm $* & |