change .font to .bar.font for consistency (#48)

This commit is contained in:
N-R-K
2021-09-16 17:11:26 +06:00
committed by Berke Kocaoğlu
parent 7cce7ea857
commit 0b20783164
3 changed files with 3 additions and 2 deletions

View File

@ -130,7 +130,7 @@ void win_init(win_t *win)
res_man = XResourceManagerString(e->dpy);
db = res_man != NULL ? XrmGetStringDatabase(res_man) : None;
f = win_res(db, RES_CLASS ".font", "monospace-8");
f = win_res(db, RES_CLASS ".bar.font", "monospace-8");
win_init_font(e, f);
win_bg = win_res(db, RES_CLASS ".window.background", "white");