mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-09-23 17:58:06 +02:00
docs: update default config (#1803)
This commit is contained in:
parent
6c62e7817f
commit
58a9a643a4
@ -97,7 +97,7 @@
|
|||||||
# Displays the network widget with a log scale.
|
# Displays the network widget with a log scale.
|
||||||
#network_use_log = false
|
#network_use_log = false
|
||||||
|
|
||||||
# Hides advanced options to stop a process on Unix-like systems. Only available on Linux, macOS, and FreeBSD
|
# Hides advanced options to stop a process on Unix-like systems.
|
||||||
#disable_advanced_kill = false
|
#disable_advanced_kill = false
|
||||||
|
|
||||||
# Hide GPU(s) information
|
# Hide GPU(s) information
|
||||||
@ -115,17 +115,20 @@
|
|||||||
# Where to place the legend for the network widget. One of "none", "top-left", "top", "top-right", "left", "right", "bottom-left", "bottom", "bottom-right".
|
# 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 = "top-right"
|
#network_legend = "top-right"
|
||||||
|
|
||||||
|
|
||||||
# Processes widget configuration
|
# Processes widget configuration
|
||||||
#[processes]
|
#[processes]
|
||||||
# The columns shown by the process widget. The following columns are supported (the GPU columns are only available if the GPU feature is enabled when built):
|
# The columns shown by the process widget. The following columns are supported (the GPU columns are only available if the GPU feature is enabled when built):
|
||||||
# PID, Name, CPU%, Mem%, R/s, W/s, T.Read, T.Write, User, State, Time, GMem%, GPU%
|
# PID, Name, CPU%, Mem%, R/s, W/s, T.Read, T.Write, User, State, Time, GMem%, GPU%
|
||||||
#columns = ["PID", "Name", "CPU%", "Mem%", "R/s", "W/s", "T.Read", "T.Write", "User", "State", "GMem%", "GPU%"]
|
#columns = ["PID", "Name", "CPU%", "Mem%", "R/s", "W/s", "T.Read", "T.Write", "User", "State", "GMem%", "GPU%"]
|
||||||
|
|
||||||
|
|
||||||
# CPU widget configuration
|
# CPU widget configuration
|
||||||
#[cpu]
|
#[cpu]
|
||||||
# One of "all" (default), "average"/"avg"
|
# One of "all" (default), "average"/"avg"
|
||||||
#default = "average"
|
#default = "average"
|
||||||
|
|
||||||
|
|
||||||
# Disk widget configuration
|
# Disk widget configuration
|
||||||
#[disk]
|
#[disk]
|
||||||
# The columns shown by the process widget. The following columns are supported:
|
# The columns shown by the process widget. The following columns are supported:
|
||||||
@ -167,6 +170,7 @@
|
|||||||
# Whether to be require matching the whole word. Defaults to false.
|
# Whether to be require matching the whole word. Defaults to false.
|
||||||
#whole_word = false
|
#whole_word = false
|
||||||
|
|
||||||
|
|
||||||
# Temperature widget configuration
|
# Temperature widget configuration
|
||||||
#[temperature]
|
#[temperature]
|
||||||
# By default, there are no temperature sensor filters enabled. An example use case is provided below.
|
# By default, there are no temperature sensor filters enabled. An example use case is provided below.
|
||||||
@ -186,6 +190,7 @@
|
|||||||
# Whether to be require matching the whole word. Defaults to false.
|
# Whether to be require matching the whole word. Defaults to false.
|
||||||
#whole_word = false
|
#whole_word = false
|
||||||
|
|
||||||
|
|
||||||
# Network widget configuration
|
# Network widget configuration
|
||||||
#[network]
|
#[network]
|
||||||
# By default, there are no network interface filters enabled. An example use case is provided below.
|
# By default, there are no network interface filters enabled. An example use case is provided below.
|
||||||
@ -205,6 +210,7 @@
|
|||||||
# Whether to be require matching the whole word. Defaults to false.
|
# Whether to be require matching the whole word. Defaults to false.
|
||||||
#whole_word = false
|
#whole_word = false
|
||||||
|
|
||||||
|
|
||||||
# These are all the components that support custom theming. Note that colour support
|
# These are all the components that support custom theming. Note that colour support
|
||||||
# will depend on terminal support.
|
# will depend on terminal support.
|
||||||
#[styles] # Uncomment if you want to use custom styling
|
#[styles] # Uncomment if you want to use custom styling
|
||||||
|
Loading…
x
Reference in New Issue
Block a user