Ignore wg interface for i3 traffic indicator

This commit is contained in:
Pavle Portic 2021-08-06 15:46:16 +02:00
parent b2adc29900
commit 04ecdca34e
Signed by: TheEdgeOfRage
GPG Key ID: F2AB38285780DE3D
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ bar {
memory \
-p engine.workspacewheel=False \
traffic.hide_down=True \
traffic.exclude="lo,virbr,docker,vboxnet,veth,br-,cni,flannel,tun" \
traffic.exclude="lo,virbr,docker,vboxnet,veth,br-,cni,flannel,tun,wg" \
nic.exclude="lo,virbr,docker,vboxnet,veth,br-,cni,flannel" \
nic.states="^down" \
cpu2.layout="cpu2.coresload" \