aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorkrolyxon <krolyxon@tutanota.com>2023-07-06 00:46:37 +0530
committerkrolyxon <krolyxon@tutanota.com>2023-07-06 00:46:37 +0530
commite2aa894d079b055d1687dc7b07909ebdff4ab117 (patch)
treeb9fcb100ea42b910036df78bf467d77332464359 /config.h
parent3d672b1a2bda2e8f41fbe95651ae4532aef9731d (diff)
font size change
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 c31790b..8e36976 100644
--- a/config.h
+++ b/config.h
@@ -11,7 +11,7 @@ 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 int user_bh = 17; /* 0 means that dwm will calculate bar height, >= 1 means dwm will user_bh as bar height */
-static const char *fonts[] = { "JetBrainsMono Nerd Font:size=11", "FontAwesome:size=10", "NotoColorEmoji:pixelsize=11:antialias=true:autohint=true" };
+static const char *fonts[] = { "JetBrainsMono Nerd Font:size=10", "FontAwesome:size=10", "NotoColorEmoji:pixelsize=11:antialias=true:autohint=true" };
static char normbgcolor[] = "#222222";
static char normbordercolor[] = "#444444";