From a21074190c7ffe6df8481f051559b171f491ef35 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 5 Jul 2021 10:38:41 +0200 Subject: [PATCH] i3-companion: add icons for Discord and Signal --- bin/i3-companion | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/i3-companion b/bin/i3-companion index a9177a0..0c1423b 100755 --- a/bin/i3-companion +++ b/bin/i3-companion @@ -55,10 +55,12 @@ def setup_logging(options): # See https://fontawesome.com/v5.15/icons application_icons = { "chromium": "", + "discord": "", "emacs": "", "firefox": "", "gimp": "", "google-chrome": "", + "signal": "", "snes9x-gtk": "", "spotify": "", "steam": "",