spacebar
spacebar copied to clipboard
Multi font icon support
Hey, using this awesome module (with nix 😍 ), I'd like to know if its possible atm to use multiple fonts for icon as so :
{
icon_font = ''"Font Awesome 5 Free:Solid:12.0, Font Awesome 5 Brands:Courant:12.0"'';
}
or if there's another way to achieve that ?
Hey @blaadje 👋
That's not possible at the moment.
To be honest I'm not sure I actually what the functionality you're after would be 🤔 Could you explain?
Hi
For my use case I want the bar to have the chrome icon (in the workspace icons) from the Font Awesome 5 Brands
cc https://fontawesome.com/icons/chrome?style=brands but also the battery and other icons but which are in another font "Font Awesome 5 Free
Maybe theres another font that I don't know which contains both that could the trick.
I would like to have this feature as well.
Me too
same
Very need this
The other way is installing Nerd Font(homebrew recommended), because it collects a lot of icons in one. I'm using it now.
I am trying to implement that functionality.
@cmacrae I was wondering if there is a good way to debug this app while developing. My IDE is clearly not setup right because the centralize import in manifest.m are not pick up by it. How do you setup the project to debug it?