From b263cc0d74de0a340b177d8bd5132a966b59ec25 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 28 Jul 2021 17:48:55 +0200 Subject: [PATCH] i3-companion: icon for Gnome Boxes and QEMU --- bin/i3-companion | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/i3-companion b/bin/i3-companion index 52cb799..4d80ebf 100755 --- a/bin/i3-companion +++ b/bin/i3-companion @@ -46,6 +46,7 @@ application_icons = { "firefox": icon(3, ""), "gimp": icon(2, ""), "gitg": icon(2, ""), + "gnome-boxes": icon(2, ""), "google-chrome": icon(3, ""), "inkscape": icon(2, ""), "libreoffice": icon(2, "📄"), @@ -53,6 +54,7 @@ application_icons = { "nestopia": icon(2, ""), "pavucontrol": icon(2, ""), "qalculate": icon(2, ""), + "qemu": icon(2, ""), "signal": icon(2, ""), "snes9x": icon(2, ""), "spotify": icon(3, ""),