From 256b8854a0852c51cfddc1b50f9eb20cd4832dc5 Mon Sep 17 00:00:00 2001 From: pika Date: Fri, 2 May 2025 14:07:54 +0200 Subject: [PATCH] wip --- btop.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/btop.conf b/btop.conf index 8b39599..bae3f46 100644 --- a/btop.conf +++ b/btop.conf @@ -1,4 +1,4 @@ -#? Config file for btop v. 1.4.0 +#? Config file for btop v. 1.4.2 #* 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" @@ -210,6 +210,9 @@ net_sync = False #* Starts with the Network Interface specified here. net_iface = "" +#* "True" shows bitrates in base 10 (Kbps, Mbps). "False" shows bitrates in binary sizes (Kibps, Mibps, etc.). "Auto" uses base_10_sizes. +base_10_bitrate = "Auto" + #* Show battery stats in top right if battery is present. show_battery = True @@ -226,6 +229,9 @@ log_level = "WARNING" #* Measure PCIe throughput on NVIDIA cards, may impact performance on certain cards. nvml_measure_pcie_speeds = True +#* Measure PCIe throughput on AMD cards, may impact performance on certain cards. +rsmi_measure_pcie_speeds = True + #* Horizontally mirror the GPU graph. gpu_mirror_graph = True