i3-companion: fix vpn icon

This commit is contained in:
Vincent Bernat 2021-07-12 12:59:00 +02:00
parent e6470038e4
commit a30c4a5aa9

View file

@ -546,7 +546,7 @@ async def network_manager_status(i3, event, *args):
if vpn: if vpn:
state = await nma.State state = await nma.State
if state == NM_ACTIVE_CONNECTION_STATE_ACTIVATED: if state == NM_ACTIVE_CONNECTION_STATE_ACTIVATED:
status.append("") status.append(icons['vpn'])
status.append(await nma.Id) status.append(await nma.Id)
# Final status line # Final status line