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