[htop] add htop configuration

termux
Jacopo De Simoi 7 years ago
parent 611e0b73d5
commit 62080da970
  1. 6
      README.org
  2. 26
      htoprc

@ -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]]

@ -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
Loading…
Cancel
Save