Fix double parenthesis
This commit is contained in:
@ -43,4 +43,4 @@ temp=$(cat /sys/class/thermal/thermal_zone*/temp | sed 's/...$/°C/')
|
|||||||
# Mem info
|
# Mem info
|
||||||
mem=$(free -m | grep Mem | awk '{printf "%d%%", ($3/$2)*100}')
|
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
|
||||||
|
Reference in New Issue
Block a user