diff options
author | tsxv478 <atvx717@infraredcombat.xyz> | 2023-02-14 17:40:59 +0300 |
---|---|---|
committer | tsxv478 <atvx717@infraredcombat.xyz> | 2023-02-14 17:40:59 +0300 |
commit | a6333852315add8777d6d8a93d3f06e9bb4517e9 (patch) | |
tree | 6b29d08858956adcfd7936943c2f38999b4c09d8 /dwm.c | |
parent | 8812d3b1cd26716edca4256906215fcc9c5b708e (diff) |
bar height variable
Diffstat (limited to 'dwm.c')
-rw-r--r-- | dwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1819,7 +1819,7 @@ setup(void) if (!drw_fontset_create(drw, fonts, LENGTH(fonts))) die("no fonts could be loaded."); lrpad = drw->fonts->h; - bh = drw->fonts->h + 2; + bh = drw->fonts->h + barheight; updategeom(); /* init atoms */ utf8string = XInternAtom(dpy, "UTF8_STRING", False); |