fsmon: adjust column widths

Minor adjustments of the read/write column widths to fit values 1000-1024.
This commit is contained in:
Forza 2025-02-08 21:10:20 +01:00
parent 57f062ac49
commit 913630e5e2

View File

@ -69,8 +69,8 @@ COLOR_HLINE = 4 # Yellow
# Column widths (label, read, write, iops)
COL_LABEL = 12
COL_READ_BW = 10
COL_WRITE_BW = 10
COL_READ_BW = 11
COL_WRITE_BW = 11
COL_IOPS = 11
# Minimum allowed terminal size