blob: 0b1a0fa3259d466430d62a8fc8441ab46c2e3bb5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#!/bin/bash
# trayer --margin 2 --distancefrom left\
# --distance 575 --edge top \
# --align left \
# --widthtype request \
# --height 23 --heighttype pixel \
# --transparent true\
# --alpha 255 --padding 1
trayer --margin 2 --distancefrom left \
--distance 1 --edge bottom \
--align left --SetDockType true --SetPartialStrut false \
--widthtype request \
--height 21 --heighttype pixel \
--transparent true\
--alpha 255 --padding 1
|