aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Nazaryev <sergey@nazaryev.ru>2018-09-12 11:22:54 +0300
committerSergey Nazaryev <sergey@nazaryev.ru>2020-08-27 19:15:36 +0300
commit35bf06ea93580ca60b2673b926d39c154efa0fa7 (patch)
tree1cac41c3f0f0c756b7a8d46a7e0543b2504bac52
parenta93ef43b3a02c04785b05f81ff4601574a1c13fc (diff)
downloaddotfiles-35bf06ea93580ca60b2673b926d39c154efa0fa7.zip
dotfiles-35bf06ea93580ca60b2673b926d39c154efa0fa7.tar.gz
dotfiles-35bf06ea93580ca60b2673b926d39c154efa0fa7.tar.bz2
Add htop config
-rw-r--r--htoprc26
-rwxr-xr-xinstall.sh4
2 files changed, 30 insertions, 0 deletions
diff --git a/htoprc b/htoprc
new file mode 100644
index 0000000..95e428e
--- /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=47
+sort_direction=1
+hide_threads=0
+hide_kernel_threads=1
+hide_userland_threads=1
+shadow_other_users=0
+show_thread_names=0
+show_program_path=1
+highlight_base_name=0
+highlight_megabytes=1
+highlight_threads=0
+tree_view=1
+header_margin=1
+detailed_cpu_time=0
+cpu_count_from_zero=0
+update_process_names=0
+account_guest_in_cpu_meter=0
+color_scheme=0
+delay=15
+left_meters=AllCPUs Memory Swap
+left_meter_modes=1 1 1
+right_meters=Tasks LoadAverage Uptime
+right_meter_modes=2 2 2
diff --git a/install.sh b/install.sh
index 745a6ba..37d4fcc 100755
--- a/install.sh
+++ b/install.sh
@@ -305,4 +305,8 @@ install_dotfile "setxkbmap" \
"$dotfilesdir/xkb-birman-us" \
"$HOME/.config/xkb/symbols/birman-us"
+install_dotfile "htop" \
+ "$dotfilesdir/htoprc" \
+ "$HOME/.config/htop/htoprc"
+
info "Installing successfully done.\n"