mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-31 16:37:45 +02:00
statusbar: fixed no wifi connection display
This commit is contained in:
parent
80de5641a3
commit
acb2ee1efb
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
wifipercent=" ___"
|
wifipercent=" 0"
|
||||||
|
|
||||||
[ "$(cat /sys/class/net/w*/operstate)" = 'down' ] && wifiicon="^c#ff0000^ ^d^"
|
[ "$(cat /sys/class/net/w*/operstate)" = 'down' ] && wifiicon="^c#ff0000^ ^d^"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user