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.
This commit is contained in:
Primrose 2026-01-08 14:11:26 +01:00
parent 92a20d36b6
commit c33bef854b
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -184,7 +184,8 @@ disk_free_priv = False
show_io_stat = True show_io_stat = True
#* Toggles io mode for disks, showing big graphs for disk read/write speeds. #* 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. #* Set to True to show combined read/write io graphs in io mode.
io_graph_combined = False io_graph_combined = False