From 93d67187664fc43814955fbf94511bbfb2cf6eca Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Thu, 11 Apr 2024 00:46:35 +0000 Subject: other: update a bunch of argument descriptions and some arg/config names (#1441) * other: update a bunch of argument descriptions and some arg/config names * update docs * changelog --- sample_configs/default_config.toml | 4 ++-- sample_configs/demo_config.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sample_configs') diff --git a/sample_configs/default_config.toml b/sample_configs/default_config.toml index 8524ea43..3c20e4f4 100644 --- a/sample_configs/default_config.toml +++ b/sample_configs/default_config.toml @@ -14,7 +14,7 @@ # The update rate of the application. #rate = "1s" # Whether to put the CPU legend to the left. -#left_legend = false +#cpu_left_legend = false # Whether to set CPU% on a process to be based on the total CPU or just current usage. #current_usage = false # 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). @@ -44,7 +44,7 @@ #default_widget_type = "proc" #default_widget_count = 1 # Expand selected widget upon starting the app -#expanded_on_startup = true +#expanded = true # Use basic mode #basic = false # Use the old network legend style diff --git a/sample_configs/demo_config.toml b/sample_configs/demo_config.toml index e6c5cf71..32dd50cd 100644 --- a/sample_configs/demo_config.toml +++ b/sample_configs/demo_config.toml @@ -5,7 +5,7 @@ avg_cpu = true temperature_type = "c" rate = 1000 -left_legend = false +cpu_left_legend = false current_usage = false group_processes = false case_sensitive = false -- cgit v1.2.3