FireTray
FireTray copied to clipboard
[Feature request] New functionality when running command
Default Thunderbird notification doesnt detect full screen programs. I want to replace it. Firetray can run program after new message arrived. I use this script:
$ cat ~/firetray.sh
!/bin/bash
kdialog --passivepopup "There is $1 new messages" --title "New mail" --icon /home/user/logos/Thunderbird.png 10
But there is no way to add in this notification
- title of new mail
- first words of new mail
- sender of new mail
- time when new mail arrived
Can you add this arguments? :)
And it is no fully comfortably to use this feature to indicate when new mail arrived. When I open some unreaded mail, count of new mail decreases and notification shows again. Can it run only when count of new mail increases?