basic filters for btm

This commit is contained in:
Stefen Auris 2023-12-27 16:11:45 -05:00
parent 4197d47ea9
commit b784012482

View file

@ -141,19 +141,19 @@
# Filters - you can hide specific temperature sensors, network interfaces, and disks using filters. This is admittedly # 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: # a bit hard to use as of now, and there is a planned in-app interface for managing this in the future:
#[disk_filter] [disk_filter]
#is_list_ignored = true is_list_ignored = true
#list = ["/dev/sda\\d+", "/dev/nvme0n1p2"] list = ["/dev/loop"]
#regex = true regex = true
#case_sensitive = false case_sensitive = false
#whole_word = false whole_word = false
#[mount_filter] [mount_filter]
#is_list_ignored = true is_list_ignored = true
#list = ["/mnt/.*", "/boot"] list = ["efi"]
#regex = true regex = true
#case_sensitive = false case_sensitive = false
#whole_word = false whole_word = false
#[temp_filter] #[temp_filter]
#is_list_ignored = true #is_list_ignored = true