From 62080da970f911baf9e0b8963f8acdc6ffb4b7c9 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Sat, 25 May 2019 08:50:18 +0200 Subject: [PATCH] [htop] add htop configuration --- README.org | 6 ++++++ htoprc | 26 ++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 htoprc diff --git a/README.org b/README.org index 9550c35..b11051f 100644 --- a/README.org +++ b/README.org @@ -47,6 +47,12 @@ purposes #+BEGIN_SRC sh ln kwinrulesrc ~/.config #+END_SRC +* htop + #+BEGIN_SRC sh + mkdir -p ~/.config/htop + ln htoprc ~/.config/htop/htoprc + #+END_SRC + * [[http://karlstav.github.io/cava/][cava]] Configuration file [[cava.config]] diff --git a/htoprc b/htoprc new file mode 100644 index 0000000..21d65eb --- /dev/null +++ b/htoprc @@ -0,0 +1,26 @@ +# 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 +sort_key=46 +sort_direction=1 +hide_threads=1 +hide_kernel_threads=1 +hide_userland_threads=1 +shadow_other_users=0 +show_thread_names=0 +show_program_path=0 +highlight_base_name=0 +highlight_megabytes=0 +highlight_threads=1 +tree_view=0 +header_margin=1 +detailed_cpu_time=1 +cpu_count_from_zero=1 +update_process_names=0 +account_guest_in_cpu_meter=0 +color_scheme=0 +delay=15 +left_meters=Hostname Blank CPU(1) CPU(3) Memory Blank Tasks Uptime Blank +left_meter_modes=2 2 1 1 1 2 2 2 2 +right_meters=Clock Blank CPU(2) CPU(4) Swap Blank LoadAverage Battery +right_meter_modes=2 2 1 1 1 2 2 2