1
0
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:
TiynGER 2024-03-11 00:14:22 +01:00
parent 3ce32917a1
commit 62b70378a5

View File

@ -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