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
As of davatorium/rofi@52f587a, 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;
}
The text was updated successfully, but these errors were encountered:
As of davatorium/rofi@52f587a, 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:
The text was updated successfully, but these errors were encountered: