mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
swaybar: move mode & mode_pango_markup to bar struct
This distinguishes the binding mode from the distinct config mode, as well as removing mode_pango_markup from the config struct where it should not be present.
This commit is contained in:
parent
a388ffa127
commit
fed11d1c7b
5 changed files with 15 additions and 14 deletions
|
|
@ -631,4 +631,5 @@ void bar_teardown(struct swaybar *bar) {
|
|||
status_line_free(bar->status);
|
||||
}
|
||||
free(bar->id);
|
||||
free(bar->mode);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue