Mange / rofi-emoji

Emoji selector plugin for Rofi
MIT License
564 stars 26 forks source link

[Feature Request] Use emoji as `element-icon` #61

Open heartles opened 1 year ago

heartles commented 1 year ago

As of https://github.com/davatorium/rofi/commit/52f587a1918a69010e93b0a9c720728f02ed5f79, rofi allows for pango text to be used as an icon by surrounding it in a <span> tag. Would it be possible for rofi-emoji to make use of this to put the emoji in as the icon?

This would be useful since it would allow me to make the emoji larger without affecting the text by adding something like this to my theme:

element-icon {
    size: 50px;
}
Mange commented 1 year ago

That is honestly great! Rofi didn't support it when I started out, which was really disappointing to me.

This should definitely happen now! Thank you for letting me know!