Some improvements

This commit is contained in:
2025-10-15 23:03:45 +02:00
parent 3c4424c556
commit c4df6d68a5
8 changed files with 34 additions and 15 deletions

View File

@@ -5,7 +5,7 @@
color_theme = "Default"
#* If the theme set background should be shown, set to False if you want terminal background transparency.
theme_background = True
theme_background = False
#* Sets if 24-bit truecolor should be used, will convert 24-bit colors to 256 color (6x6x6 color cube) if false.
truecolor = True
@@ -57,10 +57,10 @@ 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 = "memory"
proc_sorting = "pid"
#* Reverse sorting order, True or False.
proc_reversed = False
proc_reversed = True
#* Show processes as a tree.
proc_tree = True