jluttine / rofi-power-menu

Configurable power menu mode for Rofi and dmenu
MIT License
422 stars 53 forks source link

Wrong icons after updating to Nerd Fonts 3.0.0 #19

Closed xfzv closed 1 year ago

xfzv commented 1 year ago

I'm using JetBrainsMono Nerd Font. After updating to Nerd Fonts 3.0.0, I'm getting wrong icons for Log out and Suspend: 1

Relevant part of my rofi configuration for rofi-power-menu:

configuration {
  modi: "drun";
  font: "JetBrainsMono Nerd Font 10.5";
}

https://github.com/jluttine/rofi-power-menu/blob/e4cc444c109f8f924e10d9fcef0b15a7cf480585/rofi-power-menu#L33-L34

Same in Kitty with JetBrainsMono Nerd Font too. image

Maybe they should be updated? this can help:

jluttine commented 1 year ago

Thanks for the report. I merged a PR that hopefully fixed this. Could you check whether the current version works for you or not?

xfzv commented 1 year ago

Can confirm https://github.com/jluttine/rofi-power-menu/commit/aa14edbabea88e42db4bd56ddb8b824e408855f2 fixed it.

Thank you!