nerd fonts fixed
This commit is contained in:
parent
cf3f727b65
commit
91992dd494
@ -18,7 +18,7 @@ static unsigned int alphas[SchemeLast][2] = {
|
|||||||
|
|
||||||
static const char *position = "center";
|
static const char *position = "center";
|
||||||
static const char *fonts[] = {
|
static const char *fonts[] = {
|
||||||
"DejaVuSansMono Nerd Font:pixelsize=16"
|
"DejaVuSansMono Nerd Font Mono:pixelsize=16"
|
||||||
};
|
};
|
||||||
static const char *prompt = NULL;
|
static const char *prompt = NULL;
|
||||||
static const char *asterisk = "*";
|
static const char *asterisk = "*";
|
||||||
|
@ -84,7 +84,7 @@ Defines the description background alpha value.
|
|||||||
Defines the position of the menu.
|
Defines the position of the menu.
|
||||||
\f[I]bottom\f[R], \f[I]center\f[R] and \f[I]top\f[R] are supported.
|
\f[I]bottom\f[R], \f[I]center\f[R] and \f[I]top\f[R] are supported.
|
||||||
.TP
|
.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.
|
Defines the font or font set used.
|
||||||
.TP
|
.TP
|
||||||
\f[B]prompt\f[R] = \f[I]\[lq]\[lq]\f[R]
|
\f[B]prompt\f[R] = \f[I]\[lq]\[lq]\f[R]
|
||||||
|
@ -61,7 +61,7 @@ The configuration is placed in *~/.gnupg/pinentry-dmenu.conf*. You can change th
|
|||||||
**position** = *"center"*
|
**position** = *"center"*
|
||||||
: Defines the position of the menu. *bottom*, *center* and *top* are supported.
|
: 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.
|
: Defines the font or font set used.
|
||||||
|
|
||||||
**prompt** = *""*
|
**prompt** = *""*
|
||||||
|
Loading…
Reference in New Issue
Block a user