From 3a4ed15281a359d321f6fbcb7571f0793eb5266b Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Mon, 18 Oct 2021 18:02:14 +0200 Subject: [PATCH] Slight change of font name. --- _suckless/dmenu/config.h | 2 +- _suckless/dwm/config.h | 2 +- _suckless/st/config.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_suckless/dmenu/config.h b/_suckless/dmenu/config.h index 4c36e4b..0ec7cce 100644 --- a/_suckless/dmenu/config.h +++ b/_suckless/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 Nerd Font Mono:style=Medium:size=12", + "JetBrainsMono Nerd Font:style=Medium:size=12", "Noto Color Emoji:style=Regular:size=14", }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ diff --git a/_suckless/dwm/config.h b/_suckless/dwm/config.h index 07f1817..bbe5af5 100644 --- a/_suckless/dwm/config.h +++ b/_suckless/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 Nerd Font Mono:style=Medium:size=10", "Material Icons:size=12" }; +static const char *fonts[] = { "JetBrainsMono Nerd Font:style=Medium:size=10", "Material Icons:size=12" }; static const char normfgcolor[] = "#bbbbbb"; static const char col_gray1[] = "#222222"; static const char col_gray2[] = "#444444"; diff --git a/_suckless/st/config.h b/_suckless/st/config.h index 83966a6..6390aba 100644 --- a/_suckless/st/config.h +++ b/_suckless/st/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "JetBrainsMono Nerd Font Mono:style=Medium:pixelsize=14"; +static char *font = "JetBrainsMono Nerd Font:style=Medium:pixelsize=14"; static char *font2[] = { "Noto Color Emoji:pixelsize=12" }; static int borderpx = 5;