mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-31 01:24:31 +02:00
move basic table arrows over
This commit is contained in:
parent
80b91b4eb8
commit
e54f71426c
@ -49,7 +49,7 @@ impl FromStr for ColourScheme {
|
||||
"nord" => Ok(ColourScheme::Nord),
|
||||
"nord-light" => Ok(ColourScheme::NordLight),
|
||||
_ => Err(BottomError::ConfigError(format!(
|
||||
"\"{s}\" is an invalid built-in color scheme."
|
||||
"`{s}` is an invalid built-in color scheme."
|
||||
))),
|
||||
}
|
||||
}
|
||||
|
@ -4,3 +4,4 @@ pub mod data_table;
|
||||
pub mod pipe_gauge;
|
||||
pub mod time_chart;
|
||||
pub mod time_graph;
|
||||
pub mod widget_carousel;
|
||||
|
@ -1,4 +1,3 @@
|
||||
pub mod basic_table_arrows;
|
||||
pub mod battery_display;
|
||||
pub mod cpu_basic;
|
||||
pub mod cpu_graph;
|
||||
|
Loading…
x
Reference in New Issue
Block a user