about summary refs log tree commit diff stats
path: root/home/kurb42/.config/suckless/dwm/config.def.h
diff options
context:
space:
mode:
authorkurb42 <kurb42@riseup.net>2021-11-13 00:09:03 -0300
committerkurb42 <kurb42@riseup.net>2021-11-13 00:09:03 -0300
commit5bb9d5d2a9354d93b64cff8e76f794c007de8456 (patch)
tree8f122b98927f1724da272970e9dafe37e18e1cad /home/kurb42/.config/suckless/dwm/config.def.h
parentd25b56a47fc4ab6ab08aa10d5b3913c17769ca78 (diff)
downloaddots-master.tar.gz
change font HEAD master
Diffstat (limited to 'home/kurb42/.config/suckless/dwm/config.def.h')
-rw-r--r--home/kurb42/.config/suckless/dwm/config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/kurb42/.config/suckless/dwm/config.def.h b/home/kurb42/.config/suckless/dwm/config.def.h
index 7b89745..1fe888f 100644
--- a/home/kurb42/.config/suckless/dwm/config.def.h
+++ b/home/kurb42/.config/suckless/dwm/config.def.h
@@ -5,7 +5,7 @@ static const unsigned int borderpx  = 1;        /* border pixel of windows */
 static const unsigned int snap      = 32;       /* snap pixel */
 static const int showbar            = 1;        /* 0 means no bar */
 static const int topbar             = 1;        /* 0 means bottom bar */
-static const char *fonts[]          = { "UbuntuMono Nerd Font:size=10" };
+static const char *fonts[]          = { "Cozette:size=10" };
 static const char col_gray1[]       = "#000000";
 static const char col_gray2[]       = "#ffffff";
 static const char col_gray3[]       = "#ad7fa8";