diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2025-12-26 21:27:18 +0100 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-03-04 23:17:27 +0100 |
| commit | 81efd0e9007c6ba4bcb9245e4431b482a8c5ce0d (patch) | |
| tree | c7c1ac592aa78114563b52ba2691d7fd67f89de4 /config/btop/btop.conf | |
| parent | e56cd4dad5a0b215af9c9295f687843bfecd5df8 (diff) | |
Show CPU Watts in btop
Diffstat (limited to 'config/btop/btop.conf')
| -rw-r--r-- | config/btop/btop.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/btop/btop.conf b/config/btop/btop.conf index 142ae84..c706619 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" @@ -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 |