Compare commits

...

5 Commits

Author SHA1 Message Date
ecc8c14619 Merge branch 'master' of /home/mahesh/git/furnish/somebar_20240217 2024-02-24 13:36:16 -08:00
566bd7ce96 Fixed background color of status component 2024-02-24 13:34:58 -08:00
0222481887 Support for DWL IPC v2
* More customizations for indicators
2024-02-18 11:08:52 -08:00
jeron
6572b98d69 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>
2024-02-16 13:17:33 +01:00
Raphael Robatsch
7433a1ff99 Loosen required zwlr_layer_shell_v1 version
Version 1 is enough for somebar. dwl exports version 3 but we don't even
need to go that high.
2023-11-30 17:11:26 +01:00

View File

@ -307,7 +307,6 @@ void Bar::renderStatus()
cairo_fill(_painter);
_x = start;
setColorScheme(colorInactive, false);
if (_statusCmp.width() > 0)
{
renderComponent(_statusCmp);