X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=draw.c;h=fb4ba2ebf786a5177ca9fb5dec31e9fb33ce70b1;hb=d37dfa1bedbfadb5d39aa1937e77d4fd44319018;hp=7da24f25f83890313f36b9986dba986f282af259;hpb=9f35cc52fe27f694ce146356e6c71267ecd19217;p=dwm.git diff --git a/draw.c b/draw.c index 7da24f2..fb4ba2e 100644 --- a/draw.c +++ b/draw.c @@ -94,7 +94,7 @@ drawall() void drawstatus() { - static const char *mode[] = { "~", "|" }; + static const char *mode[] = { "><", "|=" }; int i, x; dc.x = dc.y = 0;