set font
This commit is contained in:
parent
c361ca2c0d
commit
60c4c14462
@ -12,8 +12,8 @@ static const char statussep = ';'; /* separator between statuses */
|
|||||||
static const int user_bh = 2; /* 2 is the default spacing around the bar's font */
|
static const int user_bh = 2; /* 2 is the default spacing around the bar's font */
|
||||||
static const int vertpad = 10; /* vertical padding of bar */
|
static const int vertpad = 10; /* vertical padding of bar */
|
||||||
static const int sidepad = 10; /* horizontal padding of bar */
|
static const int sidepad = 10; /* horizontal padding of bar */
|
||||||
static const char *fonts[] = { "monospace:size=10" };
|
static const char *fonts[] = { "Hack Nerd Font:size=10" };
|
||||||
static const char dmenufont[] = "monospace:size=10";
|
static const char dmenufont[] = "Hack Nerd Font:size=10";
|
||||||
static const char col_gray1[] = "#222222";
|
static const char col_gray1[] = "#222222";
|
||||||
static const char col_gray2[] = "#444444";
|
static const char col_gray2[] = "#444444";
|
||||||
static const char col_gray3[] = "#bbbbbb";
|
static const char col_gray3[] = "#bbbbbb";
|
||||||
|
Loading…
Reference in New Issue
Block a user