mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 19:58:35 +02:00
i3-companion: fix vpn icon
This commit is contained in:
parent
e6470038e4
commit
a30c4a5aa9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue