.config/herbstluftwm/panel.sh
This commit is contained in:
parent
352f142c20
commit
a6b0a5230b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ fi
|
||||||
x=${geometry[0]}
|
x=${geometry[0]}
|
||||||
width=${geometry[2]}
|
width=${geometry[2]}
|
||||||
height=12
|
height=12
|
||||||
y=$(expr ${geometry[3]} - $height)
|
y=0 #$(expr ${geometry[3]} - $height)
|
||||||
tag_width=40
|
tag_width=40
|
||||||
font="-misc-tamsyn-medium-r-normal-*-14-*-*-*-*-*-iso8859-*"
|
font="-misc-tamsyn-medium-r-normal-*-14-*-*-*-*-*-iso8859-*"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue