mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
initial
This commit is contained in:
parent
09ebb1c604
commit
35ddfa02c6
|
@ -28,7 +28,7 @@ fn main() -> Result<()> {
|
||||||
let area = frame.size();
|
let area = frame.size();
|
||||||
let list = List::new(items)
|
let list = List::new(items)
|
||||||
.block(Block::default().title("List").borders(Borders::ALL))
|
.block(Block::default().title("List").borders(Borders::ALL))
|
||||||
.highlight_style(Style::new().bg(Color::Blue))
|
.highlight_style(Style::new().add_modifier(Modifier::REVERSED))
|
||||||
.highlight_symbol(">>")
|
.highlight_symbol(">>")
|
||||||
.repeat_highlight_symbol(true);
|
.repeat_highlight_symbol(true);
|
||||||
|
|
||||||
|
@ -36,8 +36,7 @@ fn main() -> Result<()> {
|
||||||
frame.render_stateful_widget(list, area, &mut state);
|
frame.render_stateful_widget(list, area, &mut state);
|
||||||
frame.render_widget(
|
frame.render_widget(
|
||||||
Paragraph::new("The Linux Toolbox (press 'q' to quit)")
|
Paragraph::new("The Linux Toolbox (press 'q' to quit)")
|
||||||
.white()
|
.style(Style::default().bg(Color::Blue).fg(Color::White).add_modifier(Modifier::BOLD)),
|
||||||
.on_black(),
|
|
||||||
area,
|
area,
|
||||||
);
|
);
|
||||||
})?;
|
})?;
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.