Update 2025-09-30

Update 2025-09-30

Update 2025-09-30
This commit is contained in:
2025-09-17 16:43:28 +03:00
parent 724734567f
commit c50febb922
26 changed files with 253 additions and 186 deletions

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.
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
@@ -115,6 +115,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
@@ -151,7 +154,7 @@ custom_cpu_name = ""
#* Optional filter for shown disks, should be full path of a mountpoint, separate multiple values with whitespace " ".
#* Only disks matching the filter will be shown. Prepend exclude= to only show disks not matching the filter. Examples: disk_filter="/boot /home/user", disks_filter="exclude=/boot /home/user"
disks_filter = "exclude=/boot /var/cache/pacman/pkg /var/log /home"
disks_filter = "exclude=/boot /var/cache/pacman/pkg /var/log"
#* Show graphs instead of meters for memory values.
mem_graphs = True