From 3b2017804dece91e8ef4514337980fd56dd93050 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Wed, 27 Dec 2023 10:01:20 +0000 Subject: btop update conf --- .config/btop/btop.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config/btop/btop.conf') 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 -- cgit v1.2.3