From a30c4a5aa96b62abd6cbef418929c7752e5a9538 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 12 Jul 2021 12:59:00 +0200 Subject: [PATCH] i3-companion: fix vpn icon --- bin/i3-companion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/i3-companion b/bin/i3-companion index bbfb092..e4390a5 100755 --- a/bin/i3-companion +++ b/bin/i3-companion @@ -546,7 +546,7 @@ async def network_manager_status(i3, event, *args): if vpn: state = await nma.State if state == NM_ACTIVE_CONNECTION_STATE_ACTIVATED: - status.append("") + status.append(icons['vpn']) status.append(await nma.Id) # Final status line