mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-17 16:11:00 +02:00
i3-companion: use info icon for info about container
This commit is contained in:
parent
1ce4b299ef
commit
5489a3f2dd
1 changed files with 1 additions and 1 deletions
|
@ -592,7 +592,7 @@ async def container_info(i3, event):
|
||||||
)
|
)
|
||||||
result = await notify(
|
result = await notify(
|
||||||
i3,
|
i3,
|
||||||
app_icon="system-search",
|
app_icon="info",
|
||||||
expire_timeout=10000,
|
expire_timeout=10000,
|
||||||
summary=summary,
|
summary=summary,
|
||||||
body=body,
|
body=body,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue