HLWM: Use tamsyn font
This commit is contained in:
parent
7f7e422d74
commit
c048e475fb
2 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@
|
||||||
(string-append
|
(string-append
|
||||||
"spawn "
|
"spawn "
|
||||||
(dmenu-command
|
(dmenu-command
|
||||||
"-*-tamsyn-medium-r-*-*-14-*-*-*-*-*-*-*"
|
"-misc-tamsyn-medium-r-normal-*-17-*-*-*-*-*-iso8859-*"
|
||||||
"#252a2b" "#eeeeec")))
|
"#252a2b" "#eeeeec")))
|
||||||
(keybind "Control" "Mod1-l" "spawn i3lock -c 000000")
|
(keybind "Control" "Mod1-l" "spawn i3lock -c 000000")
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ x=${geometry[0]}
|
||||||
y=${geometry[1]}
|
y=${geometry[1]}
|
||||||
width=${geometry[2]}
|
width=${geometry[2]}
|
||||||
height=16
|
height=16
|
||||||
font="-*-tamsyn-medium-r-*-*-14-*-*-*-*-*-*-*"
|
font="-misc-tamsyn-medium-r-normal-*-17-*-*-*-*-*-iso8859-*"
|
||||||
fgcolor='#eeeeec'
|
fgcolor='#eeeeec'
|
||||||
bgcolor='#252a2b'
|
bgcolor='#252a2b'
|
||||||
hintcolor="#0c191c"
|
hintcolor="#0c191c"
|
||||||
|
|
Loading…
Reference in a new issue