You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like emoji to be shown as main notification image. Something like that: notify -t 'Hello' -m 'My message' -i '👍'. Would it be possible?
I've discovered, that base64 image string works perfectly, but text of encoded image in base64 is very long. So, I've also tried to find any other cli tool which could convert emoji symbol to base64 image, so I could pass that into notify, but I haven't found any :(
The text was updated successfully, but these errors were encountered:
I would like emoji to be shown as main notification image. Something like that:
notify -t 'Hello' -m 'My message' -i '👍'
. Would it be possible?I've discovered, that base64 image string works perfectly, but text of encoded image in base64 is very long. So, I've also tried to find any other cli tool which could convert emoji symbol to base64 image, so I could pass that into
notify
, but I haven't found any :(The text was updated successfully, but these errors were encountered: