summaryrefslogtreecommitdiffstats
path: root/sample_configs
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-04-22 17:19:36 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2020-04-22 17:19:36 -0400
commit121370e9f4e6f610bc07ac83139b9289038583fc (patch)
tree08d98834373a07efa0bb5be1294ef2ca9f461cd8 /sample_configs
parent25addaee63233ade04a49f0cc394a94c98036d41 (diff)
docs: update default config
Diffstat (limited to 'sample_configs')
-rw-r--r--sample_configs/default_config.toml53
1 files changed, 31 insertions, 22 deletions
diff --git a/sample_configs/default_config.toml b/sample_configs/default_config.toml
index fb692df7..911f2601 100644
--- a/sample_configs/default_config.toml
+++ b/sample_configs/default_config.toml
@@ -59,6 +59,12 @@
# Use basic mode
#basic = false
+# Use the old network legend style
+#use_old_network_legend = false
+
+# Remove space in tables
+#hide_table_gap = false
+
##########################################################
# These are all the components that support custom theming. Note that colour support
@@ -67,7 +73,7 @@
[colors]
# Represents the colour of table headers (processes, CPU, disks, temperature).
-#table_header_color="LightBlue"
+#table_header_color="Light Blue"
# Represents the colour of the label each widget has.
#widget_title_color="Gray"
@@ -94,7 +100,7 @@
#border_color="Gray"
# Represents the colour of the border of selected widgets.
-#highlighted_border_color="LightBlue"
+#highlighted_border_color="Light Blue"
# Represents the colour of most text.
#text_color="Gray"
@@ -103,11 +109,14 @@
#selected_text_color="Black"
# Represents the background colour of text that is selected.
-#selected_bg_color="Cyan"
+#selected_bg_color="Light Blue"
# Represents the colour of the lines and text of the graph.
#graph_color="Gray"
+# Represents the colours of the battery based on charge
+#battery_colors = ["red", "yellow", "yellow", "green", "green", "green"]
+
##########################################################
# Layout - layouts follow a pattern like this:
@@ -120,24 +129,24 @@
# The default widget layout:
#[[row]]
-# ratio=30
-# [[row.child]]
-# type="cpu"
+# ratio=30
+# [[row.child]]
+# type="cpu"
#[[row]]
-# ratio=40
-# [[row.child]]
-# ratio=4
-# type="mem"
-# [[row.child]]
-# ratio=3
-# [[row.child.child]]
-# type="temp"
-# [[row.child.child]]
-# type="disk"
+# ratio=40
+# [[row.child]]
+# ratio=4
+# type="mem"
+# [[row.child]]
+# ratio=3
+# [[row.child.child]]
+# type="temp"
+# [[row.child.child]]
+# type="disk"
#[[row]]
-# ratio=30
-# [[row.child]]
-# type="net"
-# [[row.child]]
-# type="proc"
-# default=true
+# ratio=30
+# [[row.child]]
+# type="net"
+# [[row.child]]
+# type="proc"
+# default=true