From b7840124828112df29ec6fa7553f04f9109a551f Mon Sep 17 00:00:00 2001 From: sc-idevops Date: Wed, 27 Dec 2023 16:11:45 -0500 Subject: [PATCH] basic filters for btm --- config/.config/bottom/bottom.toml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/config/.config/bottom/bottom.toml b/config/.config/bottom/bottom.toml index 1e2d56a..2b3d68c 100644 --- a/config/.config/bottom/bottom.toml +++ b/config/.config/bottom/bottom.toml @@ -141,19 +141,19 @@ # Filters - you can hide specific temperature sensors, network interfaces, and disks using filters. This is admittedly # a bit hard to use as of now, and there is a planned in-app interface for managing this in the future: -#[disk_filter] -#is_list_ignored = true -#list = ["/dev/sda\\d+", "/dev/nvme0n1p2"] -#regex = true -#case_sensitive = false -#whole_word = false +[disk_filter] +is_list_ignored = true +list = ["/dev/loop"] +regex = true +case_sensitive = false +whole_word = false -#[mount_filter] -#is_list_ignored = true -#list = ["/mnt/.*", "/boot"] -#regex = true -#case_sensitive = false -#whole_word = false +[mount_filter] +is_list_ignored = true +list = ["efi"] +regex = true +case_sensitive = false +whole_word = false #[temp_filter] #is_list_ignored = true