diff options
author | listout <listout@protonmail.com> | 2022-02-15 22:28:52 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-02-15 22:28:52 +0530 |
commit | f6ddb58a4d70137e530c5e54615e50fa05fd47c1 (patch) | |
tree | c13dec8495b4edb4ac6d17a70140f1d287fcf3e6 | |
parent | 3a226be1cd81be48b876759c7374fa5cdccd0175 (diff) |
new htoprc
-rw-r--r-- | .config/htop/htoprc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.config/htop/htoprc b/.config/htop/htoprc index cae8db2..6c82407 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. -htop_version=3.1.1 +htop_version=3.1.2 config_reader_min_version=2 fields=0 48 17 18 38 39 40 2 46 47 49 1 sort_key=46 @@ -33,12 +33,12 @@ show_cpu_temperature=0 degree_fahrenheit=0 update_process_names=0 account_guest_in_cpu_meter=0 -color_scheme=0 +color_scheme=6 enable_mouse=1 delay=15 hide_function_bar=2 header_layout=two_50_50 -column_meters_0=LeftCPUs2 Memory Swap -column_meter_modes_0=1 1 1 -column_meters_1=RightCPUs2 Tasks LoadAverage Uptime -column_meter_modes_1=1 1 1 2 +column_meters_0=LeftCPUs2 Memory Clock +column_meter_modes_0=1 1 2 +column_meters_1=RightCPUs2 Tasks LoadAverage NetworkIO +column_meter_modes_1=1 2 3 2 |