From 5489a3f2dd8dddd098175f719771228781cb7503 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 10 May 2022 16:49:30 +0200 Subject: [PATCH] i3-companion: use info icon for info about container --- bin/i3-companion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/i3-companion b/bin/i3-companion index e080a3a..f9082f3 100755 --- a/bin/i3-companion +++ b/bin/i3-companion @@ -592,7 +592,7 @@ async def container_info(i3, event): ) result = await notify( i3, - app_icon="system-search", + app_icon="info", expire_timeout=10000, summary=summary, body=body,