mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 14:44:18 +00:00
90be9730a6
Adds a new option in the config file to filter out network interfaces. Also add the option to filter by whole words. Interface follows that of the existing ones: ```toml [net_filter] is_list_ignored = false list = ["virbr0.*"] regex = true case_sensitive = false whole_word = false ```
15 lines
259 B
TOML
15 lines
259 B
TOML
[flags]
|
|
avg_cpu = true
|
|
|
|
# Temperature is one of:
|
|
temperature_type = "c"
|
|
|
|
rate = 1000
|
|
left_legend = false
|
|
current_usage = false
|
|
group_processes = false
|
|
case_sensitive = false
|
|
whole_word = false
|
|
regex = true
|
|
default_widget_type = "cpu"
|
|
default_widget_count = 1
|