Expanding Xresources options to include the warn colours in relation to the statuscolors patch
This commit is contained in:
11
patch/xrdb.c
11
patch/xrdb.c
@ -30,7 +30,16 @@ loadxrdb()
|
|||||||
XRDB_LOAD_COLOR("dwm.selfloatcolor", selfloatcolor);
|
XRDB_LOAD_COLOR("dwm.selfloatcolor", selfloatcolor);
|
||||||
#endif // FLOAT_BORDER_COLOR_PATCH
|
#endif // FLOAT_BORDER_COLOR_PATCH
|
||||||
|
|
||||||
#if URGENTBORDER_PATCH
|
#if STATUSCOLORS_PATCH
|
||||||
|
XRDB_LOAD_COLOR("dwm.warnfgcolor", warnfgcolor);
|
||||||
|
XRDB_LOAD_COLOR("dwm.warnbgcolor", warnbgcolor);
|
||||||
|
XRDB_LOAD_COLOR("dwm.warnbordercolor", warnbordercolor);
|
||||||
|
#if FLOAT_BORDER_COLOR_PATCH
|
||||||
|
XRDB_LOAD_COLOR("dwm.warnfloatcolor", warnfloatcolor);
|
||||||
|
#endif // FLOAT_BORDER_COLOR_PATCH
|
||||||
|
#endif // STATUSCOLORS_PATCH
|
||||||
|
|
||||||
|
#if URGENTBORDER_PATCH || STATUSCOLORS_PATCH
|
||||||
XRDB_LOAD_COLOR("dwm.urgfgcolor", urgfgcolor);
|
XRDB_LOAD_COLOR("dwm.urgfgcolor", urgfgcolor);
|
||||||
XRDB_LOAD_COLOR("dwm.urgbgcolor", urgbgcolor);
|
XRDB_LOAD_COLOR("dwm.urgbgcolor", urgbgcolor);
|
||||||
XRDB_LOAD_COLOR("dwm.urgbordercolor", urgbordercolor);
|
XRDB_LOAD_COLOR("dwm.urgbordercolor", urgbordercolor);
|
||||||
|
Reference in New Issue
Block a user