diff options
Diffstat (limited to '.config/htop/htoprc')
-rw-r--r-- | .config/htop/htoprc | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/.config/htop/htoprc b/.config/htop/htoprc index 0e7e488..6f48f2d 100644 --- a/.config/htop/htoprc +++ b/.config/htop/htoprc @@ -1,6 +1,6 @@ # Beware! This file is rewritten by htop when settings are changed in the interface. # The parser is also very primitive, and not human-friendly. -fields=0 48 17 18 38 39 40 2 46 47 49 1 +fields=0 48 17 18 38 39 40 2 46 47 49 1 sort_key=46 sort_direction=1 hide_threads=0 @@ -15,10 +15,9 @@ tree_view=0 header_margin=1 detailed_cpu_time=0 cpu_count_from_zero=0 -update_process_names=0 color_scheme=0 delay=15 -left_meters=AllCPUs Memory Battery -left_meter_modes=1 1 1 -right_meters=Tasks LoadAverage Uptime -right_meter_modes=2 2 2 +left_meters=LeftCPUs2 Memory Swap Hostname +left_meter_modes=1 1 1 2 +right_meters=RightCPUs2 Tasks LoadAverage Uptime +right_meter_modes=1 2 2 2 |