Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Icons in the eww Memories dot files are turned into boxes with symbols in them #6

Closed
Sininenblue opened this issue Mar 26, 2022 · 3 comments

Comments

@Sininenblue
Copy link

I was trying to use the the eww widget from the Memories section and I found that all the icons, including the one in the weather script, were turned into boxes
https://imgur.com/HAg2cwks.png
I'm guessing it's a font issue, but I'm not exactly sure how to fix that.

@mehedirm6244
Copy link
Owner

I'm extremely sorry, I forgot to add the font stuffs inside the repo 😥 Let me add the fonts first

@mehedirm6244
Copy link
Owner

Updated repo!

  • Copy memories/local/share/fonts/feather.ttf to ~/.local/share/fonts/
  • If you go through the scss of the eww weather widget....
.weathicon
{
	font-family: "JetBrainsMono Nerd Font";
	margin: 0 25 0 35;
	font-size: 38;
	color: $accent;
}

you'll see that I'm using "JetBrainsMono Nerd Font" for the weather symbol. Install JetBrainsMono Nerd font (it's already available in AUR, if you use Arch/derivative btw). However, any nerd patched font should work, just put your desired font name at the place of "JetBrainsMono Nerd Font".
@Sininenblue

@mehedirm6244 mehedirm6244 pinned this issue Mar 27, 2022
@Sininenblue
Copy link
Author

Thanks! It's fully working now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants