move basic table arrows over

This commit is contained in:
Clement Tsang
2024-01-01 22:37:16 -05:00
parent 80b91b4eb8
commit e54f71426c
4 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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."
))),
}
}
+1
View File
@@ -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
View File
@@ -1,4 +1,3 @@
pub mod basic_table_arrows;
pub mod battery_display;
pub mod cpu_basic;
pub mod cpu_graph;