diff options
-rwxr-xr-x | i3blocks/i3internet.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i3blocks/i3internet.sh b/i3blocks/i3internet.sh index 55f5a5d..cf2162a 100755 --- a/i3blocks/i3internet.sh +++ b/i3blocks/i3internet.sh @@ -21,7 +21,7 @@ else # with IP #wifi="✔️$(nmcli | grep "$wifiDev: connected to " | cut -d' ' -f4-) ($(ip addr show $wifiDev | grep "inet " | cut -d' ' -f6)) ($(grep "^\s*w" /proc/net/wireless | awk '{print int($3 * 100 / 70)"%"}'))" # with name - wifi="✔️ $(nmcli | grep "$wifiDev: connected to " | cut -d' ' -f4-) ($(grep "^\s*w" /proc/net/wireless | awk '{print int($3 * 100 / 70)"%"}'))" + wifi="✔️ <span color='#79ff79'>$(nmcli | grep "$wifiDev: connected to " | cut -d' ' -f4-) ($(grep "^\s*w" /proc/net/wireless | awk '{print int($3 * 100 / 70)"%"}'))</span>" fi if [ -z "$(nmcli | grep $ethDev)" ]; then en="❌❗ No $ethDev" |