From 2118da90ede1595f36ef5f574854f12952822817 Mon Sep 17 00:00:00 2001 From: Matias Barcenas Date: Tue, 15 Aug 2017 00:33:37 -0500 Subject: [PATCH] Left-justified the wireless interfaces' descriptor. --- fluxion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluxion.sh b/fluxion.sh index b559857..896012f 100755 --- a/fluxion.sh +++ b/fluxion.sh @@ -507,7 +507,7 @@ function set_interface() { if [ $WIAvailableDataCount -eq 1 -a ${WIAvailableState[0]} = '+' ]; then WISelected="${WIAvailable[0]}" else - format_apply_autosize "$CRed[$CYel%1d$CRed]%b %-8b [%1s] %*.*s\n" + format_apply_autosize "$CRed[$CYel%1d$CRed]%b %-8b [%1s] %-*.*s\n" io_query_format_fields "$FLUXIONVLine $FLUXIONInterfaceQuery" \ "$FormatApplyAutosize" \ WIAvailableColor[@] WIAvailable[@] WIAvailableState[@] WIAvailableInfo[@]