From: Andre Ramnitz Date: Sun, 4 Feb 2024 21:02:59 +0000 (+0100) Subject: bottom: update config X-Git-Tag: v0.2~219 X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=fa4d8b8ac9241db85a935a8d83d3ad35b50b0490;p=dotfiles.git bottom: update config --- diff --git a/config/bottom/bottom.toml b/config/bottom/bottom.toml index 86ce0461..e36f09c1 100644 --- a/config/bottom/bottom.toml +++ b/config/bottom/bottom.toml @@ -20,7 +20,7 @@ # Whether to set CPU% on a process to be based on the total CPU or per-core CPU% (not divided by the number of cpus). #unnormalized_cpu = false # Whether to group processes with the same name together by default. -#group_processes = false +group_processes = true # Whether to make process searching case sensitive by default. #case_sensitive = false # Whether to make process searching look for matching the entire word by default. @@ -30,12 +30,12 @@ # Defaults to Celsius. Temperature is one of: #temperature_type = "k" #temperature_type = "f" -#temperature_type = "c" +temperature_type = "c" #temperature_type = "kelvin" #temperature_type = "fahrenheit" #temperature_type = "celsius" # The default time interval (in milliseconds). -default_time_value = "120s" +default_time_value = "180s" # The time delta on each zoom in/out action (in milliseconds). #time_delta = 15000 # Hides the time scale. @@ -176,7 +176,7 @@ whole_word = false [temp_filter] is_list_ignored = false -list = ["k10temp", "Chipset$", "Motherboard$", "Water_In", "Water_Out", "edge", "junction", "mem", "Composite" ] +list = ["k10temp", "Chipset$", "VRM", "Water_Out", "edge", "junction", "mem", "Composite" ] regex = true case_sensitive = true whole_word = false