aboutsummaryrefslogtreecommitdiff
path: root/btop/btop.conf
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2025-11-26 12:09:01 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2025-11-26 12:09:01 -0500
commita9f6e9b1f1c0e4f0a628954e3427bf5020d486c0 (patch)
tree6343ceeb8024d0b4be2732e1fe640bd456a16157 /btop/btop.conf
parent0a29ee6e5384874704c2f34df9224d707bdf4e7a (diff)
downloadrivercfg-a9f6e9b1f1c0e4f0a628954e3427bf5020d486c0.tar.gz
rivercfg-a9f6e9b1f1c0e4f0a628954e3427bf5020d486c0.tar.xz
from nord to gruvbox
Diffstat (limited to 'btop/btop.conf')
-rw-r--r--btop/btop.conf15
1 files changed, 12 insertions, 3 deletions
diff --git a/btop/btop.conf b/btop/btop.conf
index bcf6d80..d7e16e5 100644
--- a/btop/btop.conf
+++ b/btop/btop.conf
@@ -1,8 +1,8 @@
-#? Config file for btop v. 1.4.0
+#? 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"
-color_theme = "/usr/share/btop/themes/nord.theme"
+color_theme = "/usr/share/btop/themes/gruvbox_dark_v2.theme"
#* If the theme set background should be shown, set to False if you want terminal background transparency.
theme_background = False
@@ -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
@@ -150,7 +153,7 @@ background_update = True
custom_cpu_name = ""
#* Optional filter for shown disks, should be full path of a mountpoint, separate multiple values with whitespace " ".
-#* Begin line with "exclude=" to change to exclude filter, otherwise defaults to "most include" filter. Example: disks_filter="exclude=/boot /home/user".
+#* 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 = ""
#* Show graphs instead of meters for memory values.
@@ -210,6 +213,9 @@ net_sync = True
#* 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 +232,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