Use iproute2 instead of iproute
This commit is contained in:
parent
28e190025c
commit
7a554a66fa
|
@ -194,7 +194,7 @@ in
|
||||||
"custom/vpn" = {
|
"custom/vpn" = {
|
||||||
interval = 10;
|
interval = 10;
|
||||||
exec = pkgs.writeShellScript "vpn-state" ''
|
exec = pkgs.writeShellScript "vpn-state" ''
|
||||||
${pkgs.iproute}/bin/ip -j link \
|
${pkgs.iproute2}/bin/ip -j link \
|
||||||
| ${pkgs.jq}/bin/jq --unbuffered --compact-output '
|
| ${pkgs.jq}/bin/jq --unbuffered --compact-output '
|
||||||
[[.[].ifname | select(. | startswith("mlv"))][] | sub("mlv-"; "") + " ${thinsp}"] as $conns
|
[[.[].ifname | select(. | startswith("mlv"))][] | sub("mlv-"; "") + " ${thinsp}"] as $conns
|
||||||
| { text: ($conns[0] // ""), class: (if $conns | length > 0 then "connected" else "disconnected" end) }'
|
| { text: ($conns[0] // ""), class: (if $conns | length > 0 then "connected" else "disconnected" end) }'
|
||||||
|
|
Loading…
Reference in a new issue