summaryrefslogtreecommitdiffstats
path: root/src/constants.rs
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2021-08-31 16:53:43 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2021-09-05 19:09:11 -0400
commit204b4dc3510b70618741f82a1e2df6c17c6dadda (patch)
tree5c13259b11bee7e044f18bb7a1ca33831d1af651 /src/constants.rs
parentb1889b09344fea9eef98e5c2b9ce3b269dc8234b (diff)
refactor: add back grouping and command
Diffstat (limited to 'src/constants.rs')
-rw-r--r--src/constants.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/constants.rs b/src/constants.rs
index 63953d1c..9074a78f 100644
--- a/src/constants.rs
+++ b/src/constants.rs
@@ -435,6 +435,10 @@ pub const DEFAULT_BATTERY_LAYOUT: &str = r##"
default=true
"##;
+pub const DEFAULT_BASIC_LAYOUT: &str = r##"
+[[row]]
+"##;
+
// Config and flags
pub const DEFAULT_CONFIG_FILE_PATH: &str = "bottom/bottom.toml";