aboutsummaryrefslogtreecommitdiff
path: root/.config/btop/btop.conf
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2023-12-27 10:01:20 +0000
committerJustine Smithies <justine@smithies.me.uk>2023-12-27 10:01:20 +0000
commit3b2017804dece91e8ef4514337980fd56dd93050 (patch)
tree6ee9c4c742b361464acdc5c3c8d54339812e4f66 /.config/btop/btop.conf
parentdee1ae0c13c3b70ad6a9f40416ad0b415c36aba1 (diff)
btop update conf
Diffstat (limited to '.config/btop/btop.conf')
-rwxr-xr-x.config/btop/btop.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/btop/btop.conf b/.config/btop/btop.conf
index 11a85b7..1144a3a 100755
--- a/.config/btop/btop.conf
+++ b/.config/btop/btop.conf
@@ -2,10 +2,10 @@
#* 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 = "Default"
+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 = True
+theme_background = False
#* Sets if 24-bit truecolor should be used, will convert 24-bit colors to 256 color (6x6x6 color cube) if false.
truecolor = True
@@ -166,7 +166,7 @@ show_disks = True
only_physical = True
#* Read disks list from /etc/fstab. This also disables only_physical.
-use_fstab = True
+use_fstab = False
#* Setting this to True will hide all datasets, and only show ZFS pools. (IO stats will be calculated per-pool)
zfs_hide_datasets = False