Desktop notifications spec: Add support for icons

Fixes #7657
This commit is contained in:
Kovid Goyal
2024-07-31 08:49:19 +05:30
parent f1d0d0949b
commit b015a1fe8c
3 changed files with 115 additions and 8 deletions

View File

@@ -190,6 +190,7 @@ except KeyError:
ssh_control_master_template = 'kssh-{kitty_pid}-{ssh_placeholder}'
# See https://specifications.freedesktop.org/icon-naming-spec/latest/ar01s04.html
# Update the spec in docs/desktop-notifications.rst if you change this.
standard_icon_names = {
'error': ('dialog-error', ''),
'warning': ('dialog-warning',''),