home/btop: ignore .swapvol

This commit is contained in:
Primrose 2025-11-24 10:55:32 +08:00
parent 41c68cb4fe
commit b682c132c6
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -145,9 +145,10 @@ background_update = True
#* Custom cpu model name, empty string to disable.
custom_cpu_name = ""
# TODO: maybe move this to vanadium because it's host based
#* Optional filter for shown disks, should be full path of a mountpoint, separate multiple values with whitespace " ".
#* Begin line with "exclude=" to change to exclude filter, otherwise defaults to "most include" filter. Example: disks_filter="exclude=/boot /home/user".
disks_filter = "exclude=/btrfs-root /nix /home /boot"
disks_filter = "exclude=/nix /home /boot /.swapvol"
#* Show graphs instead of meters for memory values.
mem_graphs = True