HLWM: Use tamsyn font

This commit is contained in:
Tom Willemsen 2011-12-21 12:21:31 +01:00
parent 7f7e422d74
commit c048e475fb
2 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@
(string-append
"spawn "
(dmenu-command
"-*-tamsyn-medium-r-*-*-14-*-*-*-*-*-*-*"
"-misc-tamsyn-medium-r-normal-*-17-*-*-*-*-*-iso8859-*"
"#252a2b" "#eeeeec")))
(keybind "Control" "Mod1-l" "spawn i3lock -c 000000")

View file

@ -11,7 +11,7 @@ x=${geometry[0]}
y=${geometry[1]}
width=${geometry[2]}
height=16
font="-*-tamsyn-medium-r-*-*-14-*-*-*-*-*-*-*"
font="-misc-tamsyn-medium-r-normal-*-17-*-*-*-*-*-iso8859-*"
fgcolor='#eeeeec'
bgcolor='#252a2b'
hintcolor="#0c191c"