switch font to noto regular

This commit is contained in:
speedie 2023-02-26 16:10:03 +01:00
parent 45d6bac349
commit 0d99f94ddf
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
spmenu.font: DejaVu Sans Mono 8 spmenu.font: Noto Regular 8
spmenu.col_itemnormfg: #bbbbbb spmenu.col_itemnormfg: #bbbbbb
spmenu.col_itemnormbg: #222222 spmenu.col_itemnormbg: #222222
spmenu.col_itemselfg: #eeeeee spmenu.col_itemselfg: #eeeeee

View file

@ -34,7 +34,7 @@ static int borderwidth = 2; /* Width of the border */
static int bordercentered = 1; /* Draw border only when centered */ static int bordercentered = 1; /* Draw border only when centered */
/* Font options */ /* Font options */
static char font[] = "DejaVu Sans Mono 8"; /* Font to draw text and Pango markup with. */ static char font[] = "Noto Regular 8"; /* Font to draw text and Pango markup with. */
/* Symbol options */ /* Symbol options */
static char *leftarrow = "<"; /* Left arrow, used to indicate you can move to the left */ static char *leftarrow = "<"; /* Left arrow, used to indicate you can move to the left */