feat:add_powerprofiles

This commit is contained in:
dichgrem
2025-07-25 20:45:23 +08:00
parent 76b04610ca
commit 5a05a1b677
2 changed files with 3 additions and 2 deletions

View File

@@ -57,13 +57,13 @@ update_ms = 2000
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
proc_sorting = "cpu lazy"
proc_sorting = "memory"
#* Reverse sorting order, True or False.
proc_reversed = False
#* Show processes as a tree.
proc_tree = False
proc_tree = True
#* Use the cpu graph colors in the process list.
proc_colors = True