1
0
Fork 0

fix sb-nettraf orientation

This commit is contained in:
Luca Bilke 2024-01-25 00:47:40 +01:00
parent 0a2f9b2332
commit 37855ad4bd
1 changed files with 1 additions and 1 deletions

View File

@ -17,4 +17,4 @@ update() {
rx=$(update /sys/class/net/[ew]*/statistics/rx_bytes)
tx=$(update /sys/class/net/[ew]*/statistics/tx_bytes)
printf "%b%5sB %b%5sB%b" "$big$reset" "$(numfmt --to=iec "$rx")" "$big$reset" "$(numfmt --to=iec "$tx")" "\n"
printf "%b%5sB %b%5sB%b" "$big$reset" "$(numfmt --to=iec "$rx")" "$big$reset" "$(numfmt --to=iec "$tx")" "\n"