23 lines
1.1 KiB
Plaintext
23 lines
1.1 KiB
Plaintext
#* If the theme set background should be shown, set to False if you want terminal background transparency.
|
|
theme_background = False
|
|
|
|
#* Define presets for the layout of the boxes. Preset 0 is always all boxes shown with default settings. Max 9 presets.
|
|
#* Format: "box_name:P:G,box_name:P:G" P=(0 or 1) for alternate positions, G=graph symbol to use for box.
|
|
#* Use whitespace " " as separator between different presets.
|
|
#* Example: "cpu:0:default,mem:0:tty,proc:1:default cpu:0:braille,proc:0:tty"
|
|
presets = "cpu:0:default mem:0:default net:0:default";
|
|
|
|
#* Set to True to enable "h,j,k,l,g,G" keys for directional control in lists.
|
|
#* Conflicting keys for h:"help" and k:"kill" is accessible while holding shift.
|
|
vim_keys = True
|
|
|
|
#* Rounded corners on boxes, is ignored if TTY mode is ON.
|
|
rounded_corners = True
|
|
|
|
#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
|
|
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"
|