fix(qtile): update interface list pipeline
This commit is contained in:
parent
76603494c0
commit
b89e526e99
1 changed files with 4 additions and 1 deletions
|
@ -568,7 +568,10 @@ def init_widget_list(main=True, laptop=False):
|
||||||
]
|
]
|
||||||
for i, interface in enumerate(
|
for i, interface in enumerate(
|
||||||
run_command(
|
run_command(
|
||||||
"ifconfig -s | awk {'print $1'} | grep -Ev -e Iface -e lo -e vir.+ -e docker.+ | tac"
|
"ifconfig -s"
|
||||||
|
" | awk {'print $1'}"
|
||||||
|
" | grep -Ev -e Iface -e lo -e vir.+ -e docker.+ -e tailscale.+"
|
||||||
|
" | tac"
|
||||||
).splitlines()
|
).splitlines()
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue