diff --git a/.config/polybar/scripts/nmcli_manager b/.config/polybar/scripts/nmcli_manager index f2c4163..eded687 100755 --- a/.config/polybar/scripts/nmcli_manager +++ b/.config/polybar/scripts/nmcli_manager @@ -34,7 +34,7 @@ function build_rofi_menu() [[ -z $device ]] && status= || status= dtype=${dtype##*-} - option=$(printf '%-45s | %s | %s\n' "$name" $dtype $status) + option=$(printf '%-35s | %-15s | %s\n' "$name" $dtype $status) menu="$menu # $option" done < <(nmcli -c no --terse -f NAME,TYPE,DEVICE connection show)