Skip to content
This repository has been archived by the owner on Jan 15, 2020. It is now read-only.

Icon fonts not loading on latest AUR version #10

Closed
dinoshauer opened this issue Jun 3, 2015 · 2 comments
Closed

Icon fonts not loading on latest AUR version #10

dinoshauer opened this issue Jun 3, 2015 · 2 comments

Comments

@dinoshauer
Copy link

Hey just upgraded lemonbar-xft-git - Now fonts don't load as they used to.
Before the upgrade loading fonts like this worked, but not anymore.

lemonbar -p -f "Oxygen Mono-15","Icons-17","FontAwesome-17"

I tried reading the code but couldn't find anything after a quick glance, did I miss something or is this a new bug?

The following would usually output hi with a speaker icon:

echo "hi" | lemonbar -p -f "Oxygen Mono-15","Icons-17","FontAwesome-17"

EDIT: Added example with glyph

@krypt-n
Copy link
Owner

krypt-n commented Jun 3, 2015

It is a breaking change introduced by merging 7880eac from upstream.
Instead of using

 lemonbar -p -f "Oxygen Mono-15","Icons-17","FontAwesome-17"

we'd now need to use

lemonbar -p -f "Oxygen Mono-15" -f "Icons-17" -f "FontAwesome-17"

This change was made by lemonboy because apparently some fonts have commas in their names.

@krypt-n krypt-n closed this as completed Jun 3, 2015
@dinoshauer
Copy link
Author

Beautiful, thanks. Makes a lot more sense as well :)

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

No branches or pull requests

2 participants