1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-24 12:17:46 +01:00

statusbar: fixed no wifi connection display

This commit is contained in:
tiyn 2023-10-26 17:25:44 +02:00
parent 80de5641a3
commit acb2ee1efb

View File

@ -1,6 +1,6 @@
#!/bin/sh
wifipercent=" ___"
wifipercent=" 0"
[ "$(cat /sys/class/net/w*/operstate)" = 'down' ] && wifiicon="^c#ff0000^ ^d^"