Use tamsyn-14
This commit is contained in:
commit
5253a90d61
3 changed files with 3 additions and 3 deletions
|
@ -62,7 +62,7 @@
|
||||||
(string-append
|
(string-append
|
||||||
"spawn "
|
"spawn "
|
||||||
(dmenu-command
|
(dmenu-command
|
||||||
"-misc-tamsyn-medium-r-normal-*-17-*-*-*-*-*-iso8859-*"
|
"-misc-tamsyn-medium-r-normal-*-14-*-*-*-*-*-iso8859-*"
|
||||||
"#252a2b" "#eeeeec")))
|
"#252a2b" "#eeeeec")))
|
||||||
(keybind "Control" "Mod1-l" "spawn i3lock -c 000000")
|
(keybind "Control" "Mod1-l" "spawn i3lock -c 000000")
|
||||||
(keybind modkey "t" "spawn ~/bin/hlwm/capture-todo")
|
(keybind modkey "t" "spawn ~/bin/hlwm/capture-todo")
|
||||||
|
|
|
@ -11,7 +11,7 @@ x=${geometry[0]}
|
||||||
y=${geometry[1]}
|
y=${geometry[1]}
|
||||||
width=${geometry[2]}
|
width=${geometry[2]}
|
||||||
height=16
|
height=16
|
||||||
font="-misc-tamsyn-medium-r-normal-*-17-*-*-*-*-*-iso8859-*"
|
font="-misc-tamsyn-medium-r-normal-*-14-*-*-*-*-*-iso8859-*"
|
||||||
fgcolor='#eeeeec'
|
fgcolor='#eeeeec'
|
||||||
bgcolor='#252a2b'
|
bgcolor='#252a2b'
|
||||||
hintcolor="#0c191c"
|
hintcolor="#0c191c"
|
||||||
|
|
2
.xinitrc
2
.xinitrc
|
@ -19,7 +19,7 @@ fi
|
||||||
|
|
||||||
# -----[ Start notifier ]---------------------------------------------
|
# -----[ Start notifier ]---------------------------------------------
|
||||||
/usr/bin/dunst \
|
/usr/bin/dunst \
|
||||||
-fn "-misc-tamsyn-medium-r-normal-*-17-*-*-*-*-*-iso8859-*" \
|
-fn "-misc-tamsyn-medium-r-normal-*-14-*-*-*-*-*-iso8859-*" \
|
||||||
-nb "#252a2b" -nf "#eeeeec" &
|
-nb "#252a2b" -nf "#eeeeec" &
|
||||||
|
|
||||||
# -----[ Start session ]----------------------------------------------
|
# -----[ Start session ]----------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue