Skip to content

Instantly share code, notes, and snippets.

@corpix
Created June 16, 2015 11:00
Show Gist options
  • Save corpix/f2dbd3437762e7eaef23 to your computer and use it in GitHub Desktop.
Save corpix/f2dbd3437762e7eaef23 to your computer and use it in GitHub Desktop.
Htop rc
mkdir -p ~/.config/htop; cat <<EOF | tee ~/.config/htop/htoprc
fields=0 48 17 18 38 39 40 2 46 47 49 1
sort_key=46
sort_direction=1
hide_threads=0
hide_kernel_threads=1
hide_userland_threads=0
shadow_other_users=1
show_thread_names=0
highlight_base_name=1
highlight_megabytes=1
highlight_threads=0
tree_view=1
header_margin=0
detailed_cpu_time=0
cpu_count_from_zero=1
update_process_names=0
account_guest_in_cpu_meter=0
color_scheme=0
delay=15
left_meters=CPU Memory Swap
left_meter_modes=2 2 2
right_meters=LoadAverage Tasks Uptime
right_meter_modes=2 2 2
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment