font size change

This commit is contained in:
krolyxon 2023-07-06 00:46:37 +05:30
parent 3d672b1a2b
commit e2aa894d07
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ static const unsigned int snap = 32; /* snap pixel */
static const int showbar = 1; /* 0 means no bar */ static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom 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 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 normbgcolor[] = "#222222";
static char normbordercolor[] = "#444444"; static char normbordercolor[] = "#444444";

BIN
dwm

Binary file not shown.