fix 2
This commit is contained in:
parent
adb672b443
commit
dfcf465669
1 changed files with 4 additions and 1 deletions
|
@ -869,7 +869,10 @@ drawstatusbar(Monitor *m, int bh, char* stext) {
|
|||
text = p;
|
||||
|
||||
w += 2; /* 1px padding on both sides */
|
||||
ret = x = m->ww - w;
|
||||
// ret = x = m->ww - w - stw;
|
||||
// status2d fix
|
||||
ret = m->ww - w;
|
||||
x = m->ww - w - getsystraywidth();
|
||||
|
||||
drw_setscheme(drw, scheme[LENGTH(colors)]);
|
||||
drw->scheme[ColFg] = scheme[SchemeNorm][ColFg];
|
||||
|
|
Loading…
Reference in a new issue