Open heartles opened 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?
<span>
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; }
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!
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: