How to fix icons in the new rofi update ( Iggy 2024 )? #1386
-
My rofi theme was using a pre-1.6.1 rasi theme. The theme was broken with the new update.
Icons before update : Icons after update : I am using this for running rofi
How do i make my icons look like the pre update theme ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It's hard to tell for certain without seeing your config, but I think you're missing element-icon {
size: 32;
margin: 0 10 0 0;
background-color: inherit;
text-color: inherit;
vertical-align: 0.5;
} You might need to tweak If that doesn't work, please provide your full config so that the issue can be diagnosed properly. |
Beta Was this translation helpful? Give feedback.
It's hard to tell for certain without seeing your config, but I think you're missing
element-icon
styling, try something like this:You might need to tweak
size
,margin
, andvertical-align
a bit so that it fits your theme better.If that doesn't work, please provide your full config so that the issue can be diagnosed properly.