Typo in "Modern UI"

This commit is contained in:
darealshinji
2016-09-21 08:12:07 +02:00
committed by GitHub
parent 69ba470264
commit e1ffada3b5

View File

@@ -97,7 +97,7 @@ customlines () {
#custom2=$(echo -e "$labelcolor $(echo ' `->')$textcolor $battery_time"); out_array=( "${out_array[@]}" "$custom2" ); ((display_index++));
# Display public IP:
#custom3=$(echo -e "$labelcolor Public IP:$textcolor $(curl -s ipinfo.io/ip)"); out_array=( "${out_array[@]}" "$custom0" ); ((display_index++));
#custom3=$(echo -e "$labelcolor Public IP:$textcolor $(curl -s ipinfo.io/ip)"); out_array=( "${out_array[@]}" "$custom0" ); ((display_index++));
###########################################
## MY CUSTOM LINES
@@ -1771,7 +1771,7 @@ detectde () {
if [ "$(wmic os get version | grep -o '^\(6\.[01]\)')" ]; then
DE='Aero'
elif [ "$(wmic os get version | grep -o '^\(6\.[23]\|10\)')" ]; then
DE='Mordern UI/Metro'
DE='Modern UI/Metro'
else
DE='Luna'
fi