From c33bef854b4cde5ace7b2212f6672de9975b7c43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Thu, 8 Jan 2026 14:11:26 +0100 Subject: [PATCH] home/btop: disable io mode for disks This doesn't seem to have an effect when using btrfs. I'd rather see the disk usage. --- nix/homeModules/common/btop/btop.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nix/homeModules/common/btop/btop.conf b/nix/homeModules/common/btop/btop.conf index c1973464..626f09c7 100644 --- a/nix/homeModules/common/btop/btop.conf +++ b/nix/homeModules/common/btop/btop.conf @@ -184,7 +184,8 @@ disk_free_priv = False show_io_stat = True #* Toggles io mode for disks, showing big graphs for disk read/write speeds. -io_mode = True +# This doesn't seem to have an effect when using btrfs. I'd rather see the disk usage. +io_mode = False #* Set to True to show combined read/write io graphs in io mode. io_graph_combined = False