mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:39:39 +00:00
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:
parent
92a20d36b6
commit
c33bef854b
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue