mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-25 12:37:46 +01: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
|
||||
if [ $wifipercent -gt 75 ]
|
||||
then
|
||||
wifiicon=" ^d^"
|
||||
wifiicon="^c#dfdfdf^ ^d^"
|
||||
elif [ $wifipercent -gt 40 ]
|
||||
then
|
||||
wifiicon=" ^d^"
|
||||
wifiicon="^c#ffff00^ ^d^"
|
||||
else
|
||||
wifiicon=" ^d^"
|
||||
wifiicon="^c#ff0000^ ^d^"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user