config/eww ahrc-laptop listen/network : repasser en mode polling
This commit is contained in:
parent
5cbbcda515
commit
7e850437e2
1 changed files with 2 additions and 3 deletions
|
@ -51,8 +51,7 @@ print_network_status() {
|
||||||
"$(print_infos "$device")"
|
"$(print_infos "$device")"
|
||||||
}
|
}
|
||||||
|
|
||||||
print_network_status
|
while :; do
|
||||||
tail -f -n 0 /run/dhcpcd/log /var/log/iwd/current | \
|
|
||||||
while read -r _unused; do
|
|
||||||
print_network_status
|
print_network_status
|
||||||
|
sleep 5
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue