mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
home/btop: ignore .swapvol
This commit is contained in:
parent
41c68cb4fe
commit
b682c132c6
1 changed files with 2 additions and 1 deletions
|
|
@ -145,9 +145,10 @@ background_update = True
|
||||||
#* Custom cpu model name, empty string to disable.
|
#* Custom cpu model name, empty string to disable.
|
||||||
custom_cpu_name = ""
|
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 " ".
|
#* 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".
|
#* 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.
|
#* Show graphs instead of meters for memory values.
|
||||||
mem_graphs = True
|
mem_graphs = True
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue