i3-companion: use ethernet symbol for wired connection

This commit is contained in:
Vincent Bernat 2024-10-04 15:07:00 +02:00
parent 7a6843b27e
commit 8b73a7f3bd

View file

@ -126,7 +126,7 @@ icons = {
"wifi-high": icon(2, ""), "wifi-high": icon(2, ""),
"wifi-low": icon(2, ""), "wifi-low": icon(2, ""),
"wifi-medium": icon(2, ""), "wifi-medium": icon(2, ""),
"wired": icon(2, ""), "wired": icon(2, ""),
} }
application_icons_nomatch = icon(2, "") application_icons_nomatch = icon(2, "")
application_icons_ignore = {"dimmer"} application_icons_ignore = {"dimmer"}