Fix eth loading in xsession for #polybar

This commit is contained in:
Colin Powell
2019-11-24 22:29:42 -05:00
parent c5e845b668
commit e4174335a5
2 changed files with 2 additions and 3 deletions

View File

@ -1,2 +1,3 @@
WLAN=/sbin/ifconfig | grep wlp | tail -1 | cut -d ':' -f 1
ETH=/sbin/ifconfig | grep veth | tail -1 | cut -d ':' -f 1
i3