summaryrefslogtreecommitdiffstats
path: root/sample_configs
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-02-23 00:30:00 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2020-02-23 00:30:00 -0500
commita756c44c66efbd315888e40081f88ef2e8905143 (patch)
treed28d06cadc423c1eee2a9e25650b1908bcd5c8f4 /sample_configs
parentb3f61b25ae0d9e6cbf8a306a07e9f70b081baf49 (diff)
Support average cpu colour separately from others. Redid documentation.
Diffstat (limited to 'sample_configs')
-rw-r--r--sample_configs/bottom.toml12
1 files changed, 9 insertions, 3 deletions
diff --git a/sample_configs/bottom.toml b/sample_configs/bottom.toml
index 0d4df0a8..a6b47855 100644
--- a/sample_configs/bottom.toml
+++ b/sample_configs/bottom.toml
@@ -5,7 +5,7 @@
# This group of options represents a command-line flag/option. Flags explicitly
# added when running (ie: btm -a) will override this config file if an option
# is also set here.
-#[flags]
+[flags]
#avg_cpu = true
#dot_marker = false
@@ -41,7 +41,7 @@
# macOS default Terminal does NOT like custom colours and it will glitch out.
#
# The default options here are based on gruvbox: https://github.com/morhetz/gruvbox
-#[colors]
+[colors]
# Represents the colour of table headers (processes, CPU, disks, temperature).
#table_header_color="#458588"
@@ -49,6 +49,9 @@
# Represents the colour of the label each widget has.
#widget_title_color="#cc241d"
+# Represents the average CPU color
+#avg_cpu_color="#d3869b"
+
# Represents the colour the core will use in the CPU legend and graph.
#cpu_core_colors=["#cc241d", "#98971a"]
@@ -70,7 +73,7 @@
# Represents the colour of the border of selected widgets.
#highlighted_border_color="#fe8019"
-# Represents the colour of the border of most text that is otherwise not covered.
+# Represents the colour of most text.
#text_color="#ebdbb2"
# Represents the colour of text that is selected.
@@ -81,3 +84,6 @@
# Represents the colour of the lines and text of the graph.
#graph_color="#ebdbb2"
+
+# Represents the cursor's colour.
+#cursor_color="#458588" \ No newline at end of file