basic filters for btm
This commit is contained in:
parent
4197d47ea9
commit
b784012482
1 changed files with 12 additions and 12 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue