From 8b73a7f3bdf00c7d54d4ad733c3fc19181b97794 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 4 Oct 2024 15:07:00 +0200 Subject: [PATCH] i3-companion: use ethernet symbol for wired connection --- bin/i3-companion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/i3-companion b/bin/i3-companion index 53d8730..cc23a2b 100755 --- a/bin/i3-companion +++ b/bin/i3-companion @@ -126,7 +126,7 @@ icons = { "wifi-high": icon(2, ""), "wifi-low": icon(2, ""), "wifi-medium": icon(2, ""), - "wired": icon(2, ""), + "wired": icon(2, ""), } application_icons_nomatch = icon(2, "") application_icons_ignore = {"dimmer"}