From fd99030b86ee506fc6e88e50d3baf52dfc2c1cb3 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 13 Mar 2023 15:18:47 +0100 Subject: [PATCH] i3-companion: make usbguard notifications more compact --- bin/i3-companion | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/i3-companion b/bin/i3-companion index 3741ac6..6d21252 100755 --- a/bin/i3-companion +++ b/bin/i3-companion @@ -911,8 +911,7 @@ async def usbguard_notifications( body="\n".join( [ f"USB device {human} {action}", - f"ID: {id}", - f"Port: {attributes['via-port']}", + f"ID: {id}, Port: {attributes['via-port']}", ] ), )