diff --git a/nix/homeModules/common/btop/btop.conf b/nix/homeModules/common/btop/btop.conf index 26e23814..c1973464 100644 --- a/nix/homeModules/common/btop/btop.conf +++ b/nix/homeModules/common/btop/btop.conf @@ -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