Add htop configuratoin

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2018-12-14 16:33:10 +01:00
parent 5e08d969eb
commit db7c7418ed
3 changed files with 31 additions and 1 deletions

View file

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

View file

@ -35,6 +35,7 @@ LINKED_FILES_HOME=(
".config/compton.conf"
".config/dunst"
".config/gtk-3.0"
".config/htop"
".config/i3"
".config/polybar"
".config/streamlink"

View file

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