diff --git a/config/spmenu/spmenu.conf b/config/spmenu/spmenu.conf index 03e4a22..29edbb0 100644 --- a/config/spmenu/spmenu.conf +++ b/config/spmenu/spmenu.conf @@ -36,7 +36,7 @@ spmenu = { /* Text */ text = ( { - font = "Hack Nerd Font 14"; // Font to use for all text (text) + font = "Hack Nerd Font 11"; // Font to use for all text (text) leftarrow = "<"; // Left arrow text (text) rightarrow = ">"; // Right arrow text (text) password = "*"; // Password character (text) diff --git a/dmenu/config.def.h b/dmenu/config.def.h index 2f8c905..4790187 100644 --- a/dmenu/config.def.h +++ b/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[] = { - "Hack Nerd Font:size=14:" + "Hack Nerd Font:size=11:" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ diff --git a/dwm/config.def.h b/dwm/config.def.h index d23040d..9ceab94 100644 --- a/dwm/config.def.h +++ b/dwm/config.def.h @@ -19,8 +19,8 @@ static const char buttonbar[] = "󰕰 Start"; #define ICONSIZE bh /* icon size */ #define ICONSPACING 5 /* space between icon and title */ static const int focusonwheel = 0; -static const char *fonts[] = { "Hack Nerd Font:size=14" }; -static const char dmenufont[] = "Hack Nerd Font:size=14"; +static const char *fonts[] = { "Hack Nerd Font:size=11" }; +static const char dmenufont[] = "Hack Nerd Font:size=11"; static const char col_color1[] = "#173f4f"; static const char col_color2[] = "#173f4f"; static const char col_color3[] = "#ffffff"; @@ -103,7 +103,7 @@ static Key keys[] = { /* modifier key function argument */ { Mod4Mask, XK_s, spawn, SHCMD("spmenu_run -d -a '-g 4 -l 10'") }, { Mod4Mask|ShiftMask, XK_s, spawn, SHCMD("spmenu_run -a '-g 4 -l 10'") }, - { Mod4Mask|Mod1Mask, XK_s, spawn, SHCMD("dmenu_run -fn 'Hack Nerd Font:size=14' -nb '#173f4f' -nf '#ffffff' -sb '#124f5f' -sf '#eeeeee' -g 6 -l 6") }, + { Mod4Mask|Mod1Mask, XK_s, spawn, SHCMD("dmenu_run -fn 'Hack Nerd Font:size=11' -nb '#173f4f' -nf '#ffffff' -sb '#124f5f' -sf '#eeeeee' -g 6 -l 6") }, { Mod4Mask, XK_f, spawn, SHCMD("spmenu_run -fm -a '-g 4 -l 10'") }, /* needs spmenu */ { Mod4Mask, XK_v, spawn, SHCMD("clipmenu-spmenu") },