aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrdotx <klassiker@gmx.de>2022-08-28 09:20:53 +0200
committermrdotx <klassiker@gmx.de>2022-08-28 09:20:53 +0200
commit91992dd494bb276c2c8b9cf21537d119691a743b (patch)
tree5f7ab72c1f0aae9f3f2cefe9710bf6a4f0d75a20
parentcf3f727b6517317b968818d6dc986e9c6f0f81dd (diff)
nerd fonts fixed
-rw-r--r--config.def.h2
-rw-r--r--pinentry-dmenu.12
-rw-r--r--pinentry-dmenu.1.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h
index 2737ffc..7f6d889 100644
--- a/config.def.h
+++ b/config.def.h
@@ -18,7 +18,7 @@ static unsigned int alphas[SchemeLast][2] = {
static const char *position = "center";
static const char *fonts[] = {
- "DejaVuSansMono Nerd Font:pixelsize=16"
+ "DejaVuSansMono Nerd Font Mono:pixelsize=16"
};
static const char *prompt = NULL;
static const char *asterisk = "*";
diff --git a/pinentry-dmenu.1 b/pinentry-dmenu.1
index 6322ddf..d7fa466 100644
--- a/pinentry-dmenu.1
+++ b/pinentry-dmenu.1
@@ -84,7 +84,7 @@ Defines the description background alpha value.
Defines the position of the menu.
\f[I]bottom\f[R], \f[I]center\f[R] and \f[I]top\f[R] are supported.
.TP
-\f[B]font\f[R] = \f[I]\[lq]DejaVuSansMono Nerd Font:pixelsize=16\[rq]\f[R]
+\f[B]font\f[R] = \f[I]\[lq]DejaVuSansMono Nerd Font Mono:pixelsize=16\[rq]\f[R]
Defines the font or font set used.
.TP
\f[B]prompt\f[R] = \f[I]\[lq]\[lq]\f[R]
diff --git a/pinentry-dmenu.1.md b/pinentry-dmenu.1.md
index ef440b0..9aeff09 100644
--- a/pinentry-dmenu.1.md
+++ b/pinentry-dmenu.1.md
@@ -61,7 +61,7 @@ The configuration is placed in *~/.gnupg/pinentry-dmenu.conf*. You can change th
**position** = *"center"*
: Defines the position of the menu. *bottom*, *center* and *top* are supported.
-**font** = *"DejaVuSansMono Nerd Font:pixelsize=16"*
+**font** = *"DejaVuSansMono Nerd Font Mono:pixelsize=16"*
: Defines the font or font set used.
**prompt** = *""*