theRubberDuckiee / dev-environment-files

35 stars 17 forks source link

Broken icons in the `starship.toml` #1

Open elaichenkov opened 1 year ago

elaichenkov commented 1 year ago

It seems that something went wrong with the icons in the starship.toml file. For example for the directory and   for the git branch:

[directory]
format = "[ ﱮ $path ]($style)"
style = "fg:#E4E4E4 bg:#3B76F0"

[git_branch]
format = '[ $symbol$branch(:$remote_branch) ]($style)'
symbol = "  "
style = "fg:#1C3A5E bg:#FCF392"

In the video, the icons are displayed as expected but in the file, it looks odd.

image
shavo007 commented 1 year ago

I can confirm it's the same issue for me. I'm on an M2 MacBook air.

Screenshot 2023-04-01 at 2 32 40 pm
ixjosemi commented 1 year ago

Same happens to me!

Also, the semicircle on the left side of the screen looks a little weird to me.

image

ghouldaemon commented 1 year ago

Doesn't work, but I was also able to use emojis from my keyboard.

Some of the icons from here work as well. https://github.com/romkatv/powerlevel10k/blob/master/internal/icons.zsh

shamshadzaheer commented 1 year ago

Doesn't work for me as well.

cc @theRubberDuckiee

Sh1d0w commented 1 year ago

Icons are also broken for me, not showing at all,

shamshadzaheer commented 1 year ago

I just replaced some icons: (You can use it as well if you want, just copy the content of the following file and paste it to ~/.config/starship.toml file. https://github.com/shamshadzaheer/dev-environment-files/blob/main/starship.toml

Here it is how it looks now: image

rvndsngwn commented 1 year ago

You just need to download Nerd Fonts. https://www.nerdfonts.com

Screenshot 2023-04-06 at 7 33 09 PM
Jmacek commented 1 year ago

If you're following this blog the DroidSans Mono font linked doesn't contain the icons used in this theme. You can download the same font from NerdFont or directly from DroidSansMono.zip with the required icons.

vysecurity commented 1 year ago

I have a problem with these black bars, anyone know what the problem is? Warp-2023-05-12 at 20 10 04

See the black triangles.

krunked-fpv commented 11 months ago

yeah its still broken for me too; please fix

dongphuchaitrieu commented 9 months ago

Does anyone have a fix for this?

vicmattos commented 8 months ago

Fixed it: https://github.com/vicmattos/dev-environment-files/blob/patch-1/starship.toml

dschense commented 7 months ago

Found this and its working with this font:

Meslo Nerd Font patched for Powerlevel10k https://github.com/romkatv/powerlevel10k/blob/master/font.md

Itzadetunji commented 7 months ago

I have found the problem and fixed up the directory font @theRubberDuckiee starship.toml.zip

Stanley-baby commented 1 month ago

You just need to download Nerd Fonts. https://www.nerdfonts.com

Screenshot 2023-04-06 at 7 33 09 PM

What fonts do I need to download?