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