Fix double parenthesis

This commit is contained in:
2024-11-07 14:12:46 +01:00
parent 16cd9b6c6e
commit f8471d3975

View File

@ -43,4 +43,4 @@ temp=$(cat /sys/class/thermal/thermal_zone*/temp | sed 's/...$/°C/')
# Mem info
mem=$(free -m | grep Mem | awk '{printf "%d%%", ($3/$2)*100}')
echo "V:"$audio_volume" | M:"$mem" | B:"$battery_info") | T:"$temp" | N:"$ip_address" | "$date_formatted
echo "V:"$audio_volume" | M:"$mem" | B:"$battery_info" | T:"$temp" | N:"$ip_address" | "$date_formatted