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

View File

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