mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-04-17 23:37:47 +02:00
statusbar: added missing colors in internet script
This commit is contained in:
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…
x
Reference in New Issue
Block a user