diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index e732d07..d93a60a 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -62,7 +62,7 @@ (string-append "spawn " (dmenu-command - "-misc-tamsyn-medium-r-normal-*-17-*-*-*-*-*-iso8859-*" + "-misc-tamsyn-medium-r-normal-*-14-*-*-*-*-*-iso8859-*" "#252a2b" "#eeeeec"))) (keybind "Control" "Mod1-l" "spawn i3lock -c 000000") (keybind modkey "t" "spawn ~/bin/hlwm/capture-todo") diff --git a/.config/herbstluftwm/panel.sh b/.config/herbstluftwm/panel.sh index 6bed020..c955a0c 100755 --- a/.config/herbstluftwm/panel.sh +++ b/.config/herbstluftwm/panel.sh @@ -11,7 +11,7 @@ x=${geometry[0]} y=${geometry[1]} width=${geometry[2]} height=16 -font="-misc-tamsyn-medium-r-normal-*-17-*-*-*-*-*-iso8859-*" +font="-misc-tamsyn-medium-r-normal-*-14-*-*-*-*-*-iso8859-*" fgcolor='#eeeeec' bgcolor='#252a2b' hintcolor="#0c191c" diff --git a/.xinitrc b/.xinitrc index a03cc53..7eedf1d 100644 --- a/.xinitrc +++ b/.xinitrc @@ -19,7 +19,7 @@ fi # -----[ Start notifier ]--------------------------------------------- /usr/bin/dunst \ - -fn "-misc-tamsyn-medium-r-normal-*-17-*-*-*-*-*-iso8859-*" \ + -fn "-misc-tamsyn-medium-r-normal-*-14-*-*-*-*-*-iso8859-*" \ -nb "#252a2b" -nf "#eeeeec" & # -----[ Start session ]----------------------------------------------