diff options
-rw-r--r-- | .config/htop/htoprc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/htop/htoprc b/.config/htop/htoprc index f5b5be6..e0c0cde 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 @@ -18,7 +18,7 @@ cpu_count_from_zero=0 update_process_names=0 color_scheme=0 delay=15 -left_meters=LeftCPUs2 Memory Swap Hostname Battery -left_meter_modes=1 1 1 2 1 -right_meters=RightCPUs2 Tasks LoadAverage Uptime -right_meter_modes=1 2 2 2 +left_meters=LeftCPUs2 Memory Swap Battery Hostname +left_meter_modes=1 1 1 1 2 +right_meters=RightCPUs2 Tasks LoadAverage Uptime +right_meter_modes=1 2 2 2 |