From db7c7418ed352757e6d80ea3f40d9667b5f95514 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Fri, 14 Dec 2018 16:33:10 +0100 Subject: [PATCH] Add htop configuratoin Signed-off-by: Severin Kaderli --- README.md | 5 ++++- install.sh | 1 + system/.config/htop/htoprc | 26 ++++++++++++++++++++++++++ 3 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 system/.config/htop/htoprc diff --git a/README.md b/README.md index 7e8fc16..52edfde 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,9 @@ This folder contains my configuration for the [Dunst](https://dunst-project.org) ### `.config/gtk-3.0` This folder contains my GTK 3.0 configuration. I don't edit this configuration directly but use [LXAppearance](https://www.archlinux.org/packages/community/x86_64/lxappearance/) for configuring. +### `.config/htop` +This folder contains my configuration for [htop](https://hisham.hm/htop/). + ### `.config/i3` This folder contains the configuration for my preferred window manager [i3](https://i3wm.org/). Instead of the normal i3 I use the [i3-gaps](https://www.archlinux.org/packages/community/x86_64/i3-gaps/) fork. @@ -73,7 +76,7 @@ This file is used for my custom GTK 2 configuration. This file gets included in This file contains the configuration for my keyboard backlight. ### `.vimrc` -This file contains my [vim](https://www.vim.org/) configuration. +This file contains my [Vim](https://www.vim.org/) configuration. ### `.xinitrc` This file is called when a new x-server is started manually. It loads the contents of `.xsetup` and then starts i3. diff --git a/install.sh b/install.sh index 38528c2..f1810d6 100755 --- a/install.sh +++ b/install.sh @@ -35,6 +35,7 @@ LINKED_FILES_HOME=( ".config/compton.conf" ".config/dunst" ".config/gtk-3.0" + ".config/htop" ".config/i3" ".config/polybar" ".config/streamlink" diff --git a/system/.config/htop/htoprc b/system/.config/htop/htoprc new file mode 100644 index 0000000..1053cbf --- /dev/null +++ b/system/.config/htop/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=0 +hide_kernel_threads=1 +hide_userland_threads=0 +shadow_other_users=0 +show_thread_names=0 +show_program_path=1 +highlight_base_name=0 +highlight_megabytes=1 +highlight_threads=1 +tree_view=0 +header_margin=1 +detailed_cpu_time=0 +cpu_count_from_zero=0 +update_process_names=0 +account_guest_in_cpu_meter=0 +color_scheme=6 +delay=15 +left_meters=LeftCPUs Memory Swap +left_meter_modes=1 1 1 +right_meters=RightCPUs Tasks LoadAverage Uptime +right_meter_modes=1 2 2 2