diff options
author | Justine Smithies <justine@smithies.me.uk> | 2023-12-27 10:01:20 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2023-12-27 10:01:20 +0000 |
commit | 3b2017804dece91e8ef4514337980fd56dd93050 (patch) | |
tree | 6ee9c4c742b361464acdc5c3c8d54339812e4f66 /.config/btop | |
parent | dee1ae0c13c3b70ad6a9f40416ad0b415c36aba1 (diff) |
btop update conf
Diffstat (limited to '.config/btop')
-rwxr-xr-x | .config/btop/btop.conf | 6 | ||||
-rwxr-xr-x | .config/btop/btop.log | 9 |
2 files changed, 3 insertions, 12 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 diff --git a/.config/btop/btop.log b/.config/btop/btop.log deleted file mode 100755 index 4324e15..0000000 --- a/.config/btop/btop.log +++ /dev/null @@ -1,9 +0,0 @@ - -2023/05/25 (22:58:47) | ===> btop++ v.1.2.13 -2023/05/25 (22:58:47) | WARNING: No good candidate for cpu sensor found, using random from all found sensors. - -2023/05/28 (13:15:39) | ===> btop++ v.1.2.13 -2023/05/28 (13:15:39) | WARNING: No good candidate for cpu sensor found, using random from all found sensors. - -2023/06/02 (23:00:01) | ===> btop++ v.1.2.13 -2023/06/02 (23:00:01) | WARNING: No good candidate for cpu sensor found, using random from all found sensors. |