feat: Update profile and zshrc

This commit is contained in:
2025-05-29 21:29:18 +10:00
parent c23af7303a
commit 881212698b
6 changed files with 61 additions and 23 deletions

View File

@@ -1,9 +1,8 @@
#? Config file for btop v. 1.4.0
#? Config file for btop v. 1.4.3
#* 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 = "$HOME/.config/btop/themes/catppuccin_macchiato.theme"
color_theme = "WallRizz.theme"
color_theme = "catppuccin_macciato"
#* If the theme set background should be shown, set to False if you want terminal background transparency.
theme_background = False
@@ -211,6 +210,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 = False
@@ -227,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