[X] I have checked the documentation for the feature I am requesting
describe your feature request
I want to change the tray icon (for example, the tray tip text) for the Hotkey process. Today, is is possible to hide the tray icon for the hotkey process through the NoTrayIcon directive with the apply_to_hotkeys_process keyword.
For the normal daemon process, the menu_tray_* methods can be used for modifying the tray icon. However, there aren't great options for modifying the tray icon in other ways for the hotkey process.
Checked the documentation
describe your feature request
I want to change the tray icon (for example, the tray tip text) for the Hotkey process. Today, is is possible to hide the tray icon for the hotkey process through the
NoTrayIcon
directive with theapply_to_hotkeys_process
keyword.For the normal daemon process, the
menu_tray_*
methods can be used for modifying the tray icon. However, there aren't great options for modifying the tray icon in other ways for the hotkey process.