don't use the title separator color for shaded windows
This commit is contained in:
parent
3853b19f0e
commit
8861b44cc8
1 changed files with 5 additions and 3 deletions
|
@ -95,6 +95,8 @@ void framerender_frame(ObFrame *self)
|
|||
XSetWindowBackground(ob_display, self->rgripbottom, px);
|
||||
XClearWindow(ob_display, self->rgripbottom);
|
||||
|
||||
/* don't use the separator color for shaded windows */
|
||||
if (!self->client->shaded)
|
||||
px = (self->focused ?
|
||||
RrColorPixel(ob_rr_theme->title_separator_focused_color) :
|
||||
RrColorPixel(ob_rr_theme->title_separator_unfocused_color));
|
||||
|
|
Loading…
Reference in a new issue