Update 2025-12-20

This commit is contained in:
2025-12-20 14:40:29 +02:00
parent 834b928d23
commit 8c606045e1
4 changed files with 878 additions and 8 deletions

View File

@@ -57,7 +57,7 @@ update_ms = 1000
#* 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 = "memory"
proc_sorting = "cpu direct"
#* Reverse sorting order, True or False.
proc_reversed = False