On Mon Mar 4 12:04:45 2024 +0000, Chih-Hsuan Yen wrote:
Is it a good idea to assign `tiptext` to SNI `Title` property? SNI `ToolTip` property sounds a better target. Per [1], `Title` is "a name that describes the application", while `tiptext` may be something random. [1] https://www.freedesktop.org/wiki/Specifications/StatusNotifierItem/StatusNot... (yeah I know this MR is for `org.kde.StatusNotifierItem` instead of `org.freedesktop.StatusNotifierItem`, but I cannot find an authoritative description for the former)
Ok, when I initially implemented this, I thought that tooltip requires using the image and description text alongside with the title, so I used title property.
If it's possible to use only tooltip title, then it's rly a better target.