diff --git a/programs/dmenu/config.h b/programs/dmenu/config.h index 252c6beb..183d95cb 100644 --- a/programs/dmenu/config.h +++ b/programs/dmenu/config.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[] = { - "JetBrainsMono NF:size=20" + "JetBrainsMono NF: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/programs/dmenu/dmenu b/programs/dmenu/dmenu index bbd35b79..23535b22 100755 Binary files a/programs/dmenu/dmenu and b/programs/dmenu/dmenu differ diff --git a/programs/dwm/config.h b/programs/dwm/config.h index f5252785..fa504847 100644 --- a/programs/dwm/config.h +++ b/programs/dwm/config.h @@ -13,7 +13,7 @@ static const int systraypinningfailfirst = 1; /* 1: if pinning fails, display static const int showsystray = 1; /* 0 means no systray */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "JetBrainsMono NF:size=20" }; +static const char *fonts[] = { "JetBrainsMono NF:size=10" }; static const char *colors[][3] = { /* fg bg border */ [SchemeNorm] = { "#ebdbb2", "#282828", "#1d2021" }, diff --git a/programs/dwm/dwm b/programs/dwm/dwm index 166dbb1b..4cb6832b 100755 Binary files a/programs/dwm/dwm and b/programs/dwm/dwm differ diff --git a/programs/st/config.def.h b/programs/st/config.def.h index 6be920f5..9c5d0e53 100644 --- a/programs/st/config.def.h +++ b/programs/st/config.def.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "JetBrainsMono NF:size=12:antialias=true:autohint=true"; +static char *font = "JetBrainsMono NF:size=10:antialias=true:autohint=true"; static int borderpx = 2; /* diff --git a/programs/st/config.h b/programs/st/config.h index 677758a9..9c5d0e53 100644 --- a/programs/st/config.h +++ b/programs/st/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "JetBrainsMono NF:pixelsize=24:antialias=true:autohint=true"; +static char *font = "JetBrainsMono NF:size=10:antialias=true:autohint=true"; static int borderpx = 2; /* diff --git a/programs/st/st b/programs/st/st index 60cfb31e..6d367783 100755 Binary files a/programs/st/st and b/programs/st/st differ diff --git a/programs/tabbed/config.h b/programs/tabbed/config.h index 51bb13db..2c141659 100644 --- a/programs/tabbed/config.h +++ b/programs/tabbed/config.h @@ -1,7 +1,7 @@ /* See LICENSE file for copyright and license details. */ /* appearance */ -static const char font[] = "monospace:size=9"; +static const char font[] = "JetBrainsMono NF:size=10"; static const char* normbgcolor = "#222222"; static const char* normfgcolor = "#cccccc"; static const char* selbgcolor = "#555555"; diff --git a/programs/tabbed/tabbed b/programs/tabbed/tabbed index bc8c96cd..851e79c7 100755 Binary files a/programs/tabbed/tabbed and b/programs/tabbed/tabbed differ