about summary refs log tree commit diff stats
path: root/home/kurb42/.config/suckless
diff options
context:
space:
mode:
Diffstat (limited to 'home/kurb42/.config/suckless')
-rw-r--r--home/kurb42/.config/suckless/dmenu/config.def.h2
-rw-r--r--home/kurb42/.config/suckless/dwm/config.def.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/home/kurb42/.config/suckless/dmenu/config.def.h b/home/kurb42/.config/suckless/dmenu/config.def.h
index 543a96b..f88ca31 100644
--- a/home/kurb42/.config/suckless/dmenu/config.def.h
+++ b/home/kurb42/.config/suckless/dmenu/config.def.h
@@ -4,7 +4,7 @@
 static int topbar = 1;                      /* -b  option; if 0, dmenu appears at bottom     */
 /* -fn option overrides fonts[0]; default X11 font or font set */
 static const char *fonts[] = {
-	"UbuntuMono Nerd Font:size=10"
+	"Cozette:size=10"
 };
 static const char *prompt      = NULL;      /* -p  option; prompt to the left of input field */
 static const char *colors[SchemeLast][2] = {
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";