diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-02 10:21:48 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-02 10:31:35 +0100 |
| commit | c06f19a29268059b9ef24c3206bed0a893aef44e (patch) | |
| tree | 9dac3237d20c421174766dc1884b4d899cb85aef /config/btop | |
| parent | 2187a08bd3ec76dc4d9c008331493be699e6ab00 (diff) | |
| parent | 8ce1b3d47f914811c289f06b8de43f7880125429 (diff) | |
Add jj status when available
Diffstat (limited to 'config/btop')
| -rw-r--r-- | config/btop/btop.conf | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/config/btop/btop.conf b/config/btop/btop.conf index c706619..142ae84 100644 --- a/config/btop/btop.conf +++ b/config/btop/btop.conf @@ -1,4 +1,4 @@ -#? Config file for btop v. 1.4.5 +#? Config file for btop v. 1.4.4 #* 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,9 +109,6 @@ 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 |