statusbar: added missing colors in internet script

master
TiynGER 10 months ago
parent 3ce32917a1
commit 62b70378a5

@ -12,12 +12,12 @@ if [ $wifistatus = "up" ]
then then
if [ $wifipercent -gt 75 ] if [ $wifipercent -gt 75 ]
then then
wifiicon=" ^d^" wifiicon="^c#dfdfdf^ ^d^"
elif [ $wifipercent -gt 40 ] elif [ $wifipercent -gt 40 ]
then then
wifiicon=" ^d^" wifiicon="^c#ffff00^ ^d^"
else else
wifiicon=" ^d^" wifiicon="^c#ff0000^ ^d^"
fi fi
fi fi

Loading…
Cancel
Save