Update 2025-08-11

This commit is contained in:
2025-08-11 16:12:17 +03:00
parent 33b6e35592
commit 724734567f
5 changed files with 3215 additions and 1 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 = "cpu direct"
proc_sorting = "memory"
#* Reverse sorting order, True or False.
proc_reversed = False