lazygit icon indicating copy to clipboard operation
lazygit copied to clipboard

Nerd Font Icon Support

Open joshmedeski opened this issue 3 years ago • 6 comments

Is your feature request related to a problem? Please describe. I'd like to add the ability to customize GUI icons using nerd font.

Describe the solution you'd like Add configuration options to the yaml file that allows you to update the icons with string definitions.

Additional context I'm happy to code this myself, just need some help learning the project's folder structure.

Here's a quick idea of what I want to update (from my gitmux page) Screen Shot 2022-05-09 at 11 45 01 AM

joshmedeski avatar May 09 '22 16:05 joshmedeski

I got "??" too. It seems it's not due to missing fonts. Was it is intentional? What was it supposed to mean?

aur3l14no avatar Jun 21 '22 06:06 aur3l14no

The ?? is inherent to git, it represents untracked files. You'll get the same if you run git status --short.

mark2185 avatar Jun 21 '22 07:06 mark2185

I'm working on #1934 to add more Nerd font support for the files section. I have some more work to do but I'm making progress.

joshmedeski avatar Jun 21 '22 17:06 joshmedeski

Is there any way to customize the icons? Because some icons are displayed different in different terminal.

mrbeardad avatar Dec 12 '23 01:12 mrbeardad

Perhaps the better approach here is to let people customize each icon on their own in the config. Then we don't have to worry about Nerd Font versions and user perference.

At this point the work I had done was not accepted so I'm no longer actively working on this.

joshmedeski avatar Dec 12 '23 16:12 joshmedeski