Skip to content

How to fix icons in the new rofi update ( Iggy 2024 )? #1386

Answered by TonCherAmi
CTZxVULKAN asked this question in Theming
Discussion options

You must be logged in to vote

It's hard to tell for certain without seeing your config, but I think you're missing element-icon styling, try something like this:

element-icon {
  size: 32;
  margin: 0 10 0 0;

  background-color: inherit;
  text-color:       inherit;

  vertical-align: 0.5;
}

You might need to tweak size, margin, and vertical-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.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@CTZxVULKAN
Comment options

@DaveDavenport
Comment options

Answer selected by CTZxVULKAN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants