mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
Tear down bar when display exits
This commit is contained in:
parent
0464a9910d
commit
da6e48520b
2 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,6 @@ static uint32_t render_status_line_text(cairo_t *cairo,
|
|||
if (!status->text) {
|
||||
return 0;
|
||||
}
|
||||
//wlr_log(L_DEBUG, "focused %d", focused);
|
||||
cairo_set_source_u32(cairo, focused ?
|
||||
config->colors.focused_statusline : config->colors.statusline);
|
||||
static const int margin = 3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue