deps: minor updates from upstream packages

This commit is contained in:
Anthony Oteri
2025-11-03 17:04:57 -05:00
parent a49433e28b
commit 0e2cc815b2
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -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. #* 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" #* 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. #* Shows the system uptime in the CPU box.
show_uptime = True 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. #* Show cpu temperature.
check_temp = True check_temp = True
+1 -1
View File
@@ -4,7 +4,7 @@
], ],
"install_version": 7, "install_version": 7,
"news": { "news": {
"NEWS.md": "10960" "NEWS.md": "11866"
}, },
"version": 8 "version": 8
} }