feat: support japanese symbols
This commit is contained in:
parent
ad4ddc40f3
commit
89d751ef3a
@ -9,6 +9,7 @@ static int showbar = 1; /* 0 means no bar */
|
|||||||
static int topbar = 1; /* 0 means bottom bar */
|
static int topbar = 1; /* 0 means bottom bar */
|
||||||
static char font[] = "monospace:size=10";
|
static char font[] = "monospace:size=10";
|
||||||
static char symbols[] = "monospace:size=10";
|
static char symbols[] = "monospace:size=10";
|
||||||
|
static char japan[] = "monospace:size=10";
|
||||||
static char dmenufont[] = "monospace:size=10";
|
static char dmenufont[] = "monospace:size=10";
|
||||||
static const char *fonts[] = { font };
|
static const char *fonts[] = { font };
|
||||||
static char normbgcolor[] = "#222222";
|
static char normbgcolor[] = "#222222";
|
||||||
@ -75,6 +76,7 @@ static const char *termcmd[] = { "st", NULL };
|
|||||||
ResourcePref resources[] = {
|
ResourcePref resources[] = {
|
||||||
{ "font", STRING, &font },
|
{ "font", STRING, &font },
|
||||||
{ "symbols", STRING, &symbols },
|
{ "symbols", STRING, &symbols },
|
||||||
|
{ "japan", STRING, &japan },
|
||||||
{ "dmenufont", STRING, &dmenufont },
|
{ "dmenufont", STRING, &dmenufont },
|
||||||
{ "background", STRING, &normbgcolor },
|
{ "background", STRING, &normbgcolor },
|
||||||
{ "normforeground", STRING, &normbordercolor },
|
{ "normforeground", STRING, &normbordercolor },
|
||||||
|
Loading…
Reference in New Issue
Block a user