Skip to content

Commit

Permalink
other: regenerate the sample default config to match 0.10.2 (#1573)
Browse files Browse the repository at this point in the history
The default sample config was outdated.
  • Loading branch information
ClementTsang committed Aug 27, 2024
1 parent a095e67 commit 2c03525
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions sample_configs/default_config.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# This is a default config file for bottom. All of the settings are commented
# This is a default config file for bottom. All of the settings are commented
# out by default; if you wish to change them uncomment and modify as you see
# fit.

# This group of options represents a command-line option. Flags explicitly
# This group of options represents a command-line option. Flags explicitly
# added when running (ie: btm -a) will override this config file if an option
# is also set here.

[flags]
# Whether to hide the average cpu entry.
#hide_avg_cpu = false
Expand Down Expand Up @@ -55,8 +54,6 @@
#battery = false
# Disable mouse clicks
#disable_click = false
# Built-in themes. Valid values are "default", "default-light", "gruvbox", "gruvbox-light", "nord", "nord-light"
#color = "default"
# Show memory values in the processes widget as values by default
#process_memory_as_value = false
# Show tree mode by default in the processes widget.
Expand All @@ -73,12 +70,16 @@
#network_use_log = false
# Hides advanced options to stop a process on Unix-like systems.
#disable_advanced_kill = false
# Shows GPU(s) memory
# Hide GPU(s) information
#disable_gpu = false
# Shows cache and buffer memory
#enable_cache_memory = false
# How much data is stored at once in terms of time.
#retention = "10m"
# Where to place the legend for the memory widget. One of "none", "top-left", "top", "top-right", "left", "right", "bottom-left", "bottom", "bottom-right".
#memory_legend = "TopRight"
# Where to place the legend for the network widget. One of "none", "top-left", "top", "top-right", "left", "right", "bottom-left", "bottom", "bottom-right".
#network_legend = "TopRight"

# Processes widget configuration
#[processes]
Expand Down

0 comments on commit 2c03525

Please sign in to comment.