More tag schemes.
This commit is contained in:
parent
1969d28ff0
commit
5bbdf5c439
6 changed files with 72 additions and 88 deletions
|
@ -81,7 +81,7 @@
|
|||
|
||||
/* enums */
|
||||
enum { CurNormal, CurResize, CurMove, CurLast }; /* cursor */
|
||||
enum { SchemeNorm, SchemeSel, SchemeEmpty, SchemeUrgent }; /* color schemes */
|
||||
enum { SchemeNorm, SchemeSel, SchemeEmpty, SchemeLayout, SchemeUrgent }; /* color schemes */
|
||||
enum { NetSupported, NetWMName, NetWMState, NetWMCheck,
|
||||
NetSystemTray, NetSystemTrayOP, NetSystemTrayOrientation, NetSystemTrayOrientationHorz,
|
||||
NetWMFullscreen, NetActiveWindow, NetWMWindowType,
|
||||
|
@ -1034,7 +1034,7 @@ drawbar(Monitor *m)
|
|||
x += w;
|
||||
}
|
||||
w = blw = TEXTW(m->ltsymbol);
|
||||
drw_setscheme(drw, scheme[SchemeEmpty]);
|
||||
drw_setscheme(drw, scheme[SchemeLayout]);
|
||||
x = drw_text(drw, x, 0, w, bh, lrpad / 2, m->ltsymbol, 0);
|
||||
|
||||
if ((w = m->ww - tw - stw - x) > bh) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue