mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-10 05:36:42 +01:00
add background to status bar + misc
This commit is contained in:
parent
d94aa8c8ac
commit
792dab9714
3 changed files with 20 additions and 21 deletions
|
|
@ -100,7 +100,7 @@ impl Content for ArrangerStatusBar {
|
|||
_ => command(&[])
|
||||
};
|
||||
//let commands = commands.iter().reduce(String::new(), |s, (a, b, c)| format!("{s} {a}{b}{c}"));
|
||||
row!(mode, commands)
|
||||
row!(mode, commands).fill_x().bg(Color::Rgb(28, 35, 25))
|
||||
}
|
||||
}
|
||||
fn command (commands: &[[impl Widget<Engine = Tui>;3]]) -> impl Widget<Engine = Tui> + '_ {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue