Fix status bar background color
I don't know if this is the best way to do it but this one-liner makes it look exactly like dwm's. Co-authored-by: Raphael Robatsch <raphael-git@tapesoftware.net>
This commit is contained in:
parent
7e91b3a514
commit
98ad3780b8
@ -306,8 +306,12 @@ void Bar::renderStatus()
|
|||||||
cairo_fill(_painter);
|
cairo_fill(_painter);
|
||||||
|
|
||||||
_x = start;
|
_x = start;
|
||||||
|
setColorScheme(colorInactive, false);
|
||||||
|
if (_statusCmp.width() > 0)
|
||||||
|
{
|
||||||
renderComponent(_statusCmp);
|
renderComponent(_statusCmp);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
void Bar::setTagColorScheme(const Tag& t)
|
void Bar::setTagColorScheme(const Tag& t)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user