update: dwmblocks icons; add: correct versions
This commit is contained in:
+1
-1
@@ -158,7 +158,7 @@ drawmenu(void)
|
||||
{
|
||||
unsigned int curpos;
|
||||
struct item *item;
|
||||
int x = 0, y = 0, w;
|
||||
int x = 0, y = 0, w = (lines > 0 || !matches) ? mw - x : inputw;
|
||||
|
||||
drw_setscheme(drw, scheme[SchemeNorm]);
|
||||
drw_rect(drw, 0, 0, mw, mh, 1, 1);
|
||||
|
||||
Reference in New Issue
Block a user