aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2023-10-22 05:04:54 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2023-10-22 05:04:54 +0100
commitbd5a5af3c49601d10a095c61313dabcf5e8eb214 (patch)
tree9b048c7572ab936d034ad21f5b0ee59c2538250d /config.h
parentedbe1a5660840f08800f6fd61bfae9aebef56f75 (diff)
downloaddwm-bd5a5af3c49601d10a095c61313dabcf5e8eb214.tar.gz
dwm-bd5a5af3c49601d10a095c61313dabcf5e8eb214.tar.bz2
dwm-bd5a5af3c49601d10a095c61313dabcf5e8eb214.zip
Changed font of DWM
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index c668b2d..b7527a8 100644
--- a/config.h
+++ b/config.h
@@ -13,7 +13,7 @@ static const unsigned int opengap = 20; /* optional gaps between windows
static unsigned int togglegap = true;
static const int showbar = true; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
-static const char *fonts[] = { "Liberation Mono:size=12" };
+static const char *fonts[] = { "Noto Sans Mono:size=11" };
static const char dmenufont[] = "monospace:size=9";
static const char col_black[] = "#161616";
static const char col_gray1[] = "#222222";