From b6efe4e0a51386fb781b09667a8ae4354ec1d8e8 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Mon, 2 Oct 2023 15:55:04 +0200 Subject: Make CPU bars smaller in htop 16 CPUs are too many in the AllCPUs2 format. Also update the config to the latest htop version. --- tw/home/files/htoprc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tw') diff --git a/tw/home/files/htoprc b/tw/home/files/htoprc index aad41f16..3f51ab8a 100644 --- a/tw/home/files/htoprc +++ b/tw/home/files/htoprc @@ -1,15 +1,17 @@ # 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.2.1 +htop_version=3.2.2 config_reader_min_version=3 fields=0 48 17 18 38 39 40 2 46 47 49 1 hide_kernel_threads=1 hide_userland_threads=1 +hide_running_in_container=0 shadow_other_users=0 show_thread_names=1 show_program_path=0 highlight_base_name=1 highlight_deleted_exe=1 +shadow_distribution_path_prefix=0 highlight_megabytes=1 highlight_threads=1 highlight_changes=0 @@ -32,7 +34,7 @@ hide_function_bar=1 header_layout=two_33_67 column_meters_0=Hostname Uptime Tasks LoadAverage DiskIO NetworkIO column_meter_modes_0=2 2 2 2 2 2 -column_meters_1=AllCPUs2 Blank MemorySwap +column_meters_1=AllCPUs4 Blank MemorySwap column_meter_modes_1=1 2 1 tree_view=1 sort_key=46 -- cgit v1.2.3