fdw / rofimoji

Emoji, unicode and general character picker for rofi and rofi-likes
https://github.com/fdw/rofimoji
MIT License
840 stars 48 forks source link

No icons show up when using --use-icons #196

Closed alba4k closed 2 weeks ago

alba4k commented 3 weeks ago

immagine

immagine

using lbonn's fork for rofi on wayland

fdw commented 3 weeks ago

Does your rofi theme support icons?

alba4k commented 3 weeks ago

Icons appear just fine in drun mode and when using cliphist (where image previews appear as icons)

Procrat commented 2 weeks ago

I'm experiencing the same. Here's a minimal example with rofi and no rofi config nor rofimoji config: rofimoji --use-icons --selector-args='-show-icons'. Not using the fork mentioned by OP and running in Xorg.

fdw commented 2 weeks ago

Can you please share your rofi theme? It works for me with

configuration {
  show-icons: true;
}

You can also try to use the provided grid-icons-only.rasi with --use-icons --hidden-descriptions.

fdw commented 2 weeks ago

Also, can you please add some more information: What are the versions of rofimoji and rofi? Are you using the rofi mode or rofimoji standalone?

alba4k commented 2 weeks ago

whatever is in the arch repos. Can't check much sadly as I broke my laptop a couple of days ago.

was using rofimoji standalone

ended up settling with the grid theme with icons removed completely and just the emoji so it's fine

LiamSnow commented 2 weeks ago

For me running rofimoji --use-icons --hidden-descriptions works, but rofimoji --use-icons does not. I tried using a variety of themes, including the grid-icons-only.rasi with no luck.

I am running the current versions in Pacman:

fdw commented 2 weeks ago

Thank you, that helped a lot 🙂 I could reproduce it and hopefully fixed it on main. Can you please try it out?

Procrat commented 2 weeks ago

That works for me, @fdw! Thank you for investing your time and the fast turnaround at fixing this! 🙏

fdw commented 2 weeks ago

You're welcome! I've just pushed out a release 🙂