mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-17 22:05:22 -05:00
notify: ${icon}: don't fallback to app-id
* Revert --icon to ${app-id}
* Use --hint STRING:image-path:${icon} instead
* ${icon} no longer expands to ${app-id} if notification has no icon
This commit is contained in:
parent
0a5ba708e4
commit
ba79bf1602
4 changed files with 5 additions and 8 deletions
|
|
@ -511,7 +511,7 @@ Note: do not set *TERM* here; use the *term* option in the main
|
|||
action=default++
|
||||
xdgtoken=95ebdfe56e4f47ddb5bba9d7dc3a2c35
|
||||
|
||||
Default: _notify-send --wait --app-name ${app-id} --icon ${icon} --urgency ${urgency} --action ${action-name}=${action-label} --print-id -- ${title} ${body}_.
|
||||
Default: _notify-send --wait --app-name ${app-id} --icon ${app-id} --urgency ${urgency} --hint STRING:image-path:${icon} --action ${action-name}=${action-label} --print-id -- ${title} ${body}_.
|
||||
|
||||
*close*
|
||||
Command to execute to close an existing notification.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue