status box should have a border in my eyes
This commit is contained in:
parent
525c5ff4d8
commit
45d16d090b
@ -47,7 +47,7 @@ static Key key[] = { \
|
|||||||
{ MODKEY|ShiftMask, XK_c, killclient, { 0 } }, \
|
{ MODKEY|ShiftMask, XK_c, killclient, { 0 } }, \
|
||||||
{ MODKEY|ShiftMask, XK_q, quit, { 0 } }, \
|
{ MODKEY|ShiftMask, XK_q, quit, { 0 } }, \
|
||||||
{ MODKEY|ShiftMask, XK_Return, spawn, \
|
{ MODKEY|ShiftMask, XK_Return, spawn, \
|
||||||
{ .cmd = "exec urxvt -bg '#ffffea' " \
|
{ .cmd = "exec urxvt -bg '#ffffea' +sb " \
|
||||||
"-fn '-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*'" } }, \
|
"-fn '-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*'" } }, \
|
||||||
};
|
};
|
||||||
|
|
||||||
|
2
draw.c
2
draw.c
@ -125,7 +125,7 @@ drawstatus()
|
|||||||
x = dc.x + dc.w;
|
x = dc.x + dc.w;
|
||||||
dc.w = textw(stext);
|
dc.w = textw(stext);
|
||||||
dc.x = bx + bw - dc.w;
|
dc.x = bx + bw - dc.w;
|
||||||
drawtext(stext, !istile, False);
|
drawtext(stext, !istile, True);
|
||||||
if(sel && ((dc.w = dc.x - x) >= bh)) {
|
if(sel && ((dc.w = dc.x - x) >= bh)) {
|
||||||
dc.x = x;
|
dc.x = x;
|
||||||
drawtext(sel->name, istile, True);
|
drawtext(sel->name, istile, True);
|
||||||
|
Loading…
Reference in New Issue
Block a user