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

Unrendered icon next to clock #93

Open
Yankas opened this issue Nov 4, 2021 · 7 comments
Open

Unrendered icon next to clock #93

Yankas opened this issue Nov 4, 2021 · 7 comments

Comments

@Yankas
Copy link

Yankas commented Nov 4, 2021

I have an issue with spacebar displaying a question mark icon to the left of the clock, this issue occurs with both my configuration as well as the default configuration (renamed spacebarrc). I have attached a screenshot of a yabai installation without any configuration applied.

MacOS Big Sur 11.6
Spacebar: 1.3.0
spacebar-issue

@typkrft
Copy link

typkrft commented Nov 4, 2021

Just a wild guess, but maybe you don't have the font set properly. I would make sure you have these two fonts, or replace them with fonts you do have.

spacebar -m config text_font                   "Menlo:Regular:12.0"
spacebar -m config icon_font                   "Font Awesome 5 Free:Solid:12.0"

@Yankas
Copy link
Author

Yankas commented Nov 8, 2021

Changing the font does not resolve the issue, the font is applied correctly, but the extra question-mark icon is still there.
spacebarissue2

@typkrft
Copy link

typkrft commented Nov 12, 2021

Could you try one of the fonts here https://www.nerdfonts.com/?

@StephenWithPH
Copy link

I was unable to solve this problem with NerdFonts (having installed them).

spacebar -m config icon_font            "Hack Nerd Font:Regular:12.0"

I still had a rendered question mark in the exact same spot as the screenshot above.

I was able to solve the problem by hard-coding a system icon as clock_icon:

spacebar -m config clock_icon              "🕰"

It's not ideal, but it makes the question mark go away.

@yeongjet
Copy link

yeongjet commented Sep 15, 2022

@StephenWithPH How did you install Nerd Font?

I installed it using homebrew then this problem solved.

@qazer2687
Copy link

Is there no way to hide this entirely?

@qazer2687
Copy link

Using a blank character as the icon worked.

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

5 participants