mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-05-04 05:50:42 +00:00
move basic table arrows over
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user