fix(config/qtile): fix interface exclusion (vir -> vir.+)
This commit is contained in:
parent
b7c254775e
commit
3397b4c778
1 changed files with 1 additions and 1 deletions
|
@ -512,7 +512,7 @@ def init_widget_list(main=True, laptop=False):
|
|||
]
|
||||
for i, interface in enumerate(
|
||||
os.popen(
|
||||
"ifconfig -s | grep -wv -e Iface -e lo -e vir | awk {'print $1'} | tac"
|
||||
"ifconfig -s | grep -wv -e Iface -e lo -e vir.+ | awk {'print $1'} | tac"
|
||||
)
|
||||
.read()
|
||||
.splitlines()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue