summaryrefslogtreecommitdiffhomepage
path: root/bin/xmobars.sh
blob: c49896fc92b7cd913d87dedd0774ee1b663d1061 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

killall trayer

trayer -l --margin 2 --distancefrom left \
       --distance 1 --edge top \
       --align left --SetDockType true --SetPartialStrut false \
       --widthtype request \
       --height 21 --heighttype pixel \
       --transparent true \
       --alpha 0 --padding 1 &

killall xmobar-exwm
xmobar-exwm &