Add colorizer

This commit is contained in:
Kristofers Solo
2022-07-28 02:38:30 +03:00
parent 516468f2a3
commit a05c13009d
5 changed files with 16 additions and 7 deletions

View File

@@ -54,7 +54,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