Made the bar scaling relative and ia a config file
This commit is contained in:
@@ -149,6 +149,6 @@ done
|
||||
# echo "$app"
|
||||
# done
|
||||
|
||||
RESULT="$ID $(printf '%s ' "${APPS[@]}")"
|
||||
RESULT=${RESULT% } # remove trailing space
|
||||
RESULT="$(printf '%s' "${APPS[@]}")"
|
||||
# RESULT=${RESULT% } # remove trailing space
|
||||
echo "$RESULT"
|
||||
Reference in New Issue
Block a user