diff options
| author | Tom Li Dobnik <tomlidobnik1@gmail.com> | 2026-02-20 15:05:37 +0100 |
|---|---|---|
| committer | Tom Li Dobnik <tomlidobnik1@gmail.com> | 2026-02-20 15:05:37 +0100 |
| commit | ac0968042ddb333de5e3c371cc79b3b4ef098356 (patch) | |
| tree | 6fba7deb2e7990b5842ef36ef1dad0f90e74d494 /.config/btop | |
| parent | 2dab9e093cced83b8a2ae3c477052594f70e9a4d (diff) | |
update
Diffstat (limited to '.config/btop')
| -rw-r--r-- | .config/btop/btop.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.config/btop/btop.conf b/.config/btop/btop.conf index 21392cb..eccfefe 100644 --- a/.config/btop/btop.conf +++ b/.config/btop/btop.conf @@ -1,4 +1,4 @@ -#? Config file for btop v. 1.4.4 +#? Config file for btop v. 1.4.5 #* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes. #* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes" @@ -54,7 +54,7 @@ update_ms = 2000 #* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct", #* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly. -proc_sorting = "pid" +proc_sorting = "user" #* Reverse sorting order, True or False. proc_reversed = False @@ -109,6 +109,9 @@ cpu_bottom = False #* Shows the system uptime in the CPU box. show_uptime = True +#* Shows the CPU package current power consumption in watts. Requires running `make setcap` or `make setuid` or running with sudo. +show_cpu_watts = True + #* Show cpu temperature. check_temp = True |
