mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 11:48:33 +02:00
i3-companion: make usbguard notifications more compact
This commit is contained in:
parent
aa0e6972cf
commit
fd99030b86
1 changed files with 1 additions and 2 deletions
|
@ -911,8 +911,7 @@ async def usbguard_notifications(
|
||||||
body="\n".join(
|
body="\n".join(
|
||||||
[
|
[
|
||||||
f"USB device {human} {action}",
|
f"USB device {human} {action}",
|
||||||
f"ID: <tt>{id}</tt>",
|
f"ID: <tt>{id}</tt>, Port: <tt>{attributes['via-port']}</tt>",
|
||||||
f"Port: <tt>{attributes['via-port']}</tt>",
|
|
||||||
]
|
]
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue