summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rwxr-xr-x.config/herbstluftwm/autostart2
-rwxr-xr-x.config/herbstluftwm/panel.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart
index f20925c..4cb9a7c 100755
--- a/.config/herbstluftwm/autostart
+++ b/.config/herbstluftwm/autostart
@@ -62,7 +62,7 @@
(string-append
"spawn "
(dmenu-command
- "-misc-dejavu sans mono-medium-r-*-*-10-*-*-*-*-*-*-*"
+ "-*-tamsyn-medium-r-*-*-14-*-*-*-*-*-*-*"
"#252a2b" "#eeeeec")))
;; tags
diff --git a/.config/herbstluftwm/panel.sh b/.config/herbstluftwm/panel.sh
index ade5077..bdc7eaa 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-dejavu sans mono-medium-r-*-*-10-*-*-*-*-*-*-*"
+font="-*-tamsyn-medium-r-*-*-14-*-*-*-*-*-*-*"
fgcolor='#eeeeec'
bgcolor='#252a2b'
hintcolor="#0c191c"