You are not logged in.
I've installed the package:
sudo pacman -S otf-font-awesome
And tried to open a file with icons from font-awesome (using vim in my terminal, but works the same with copy-paste or cat):
This also happens with waybar (which this file is the config for).
Last edited by Thinkredstone (2024-07-13 10:22:38)
Offline
My waybar config seems readable in sway/alacritty with either ttf-font-awesome or otf-font-awesome, which seems to make sense as they both provide the same variants.
Your issue may not be unique..
https://github.com/Alexays/Waybar/issues/1486
Last edited by espresso (2024-07-25 21:54:41)
Offline
I wouldn't expect it to work in a terminal - unless you've configured your terminal specifically to use font-awesome, which I don't imagine anyone would.
But the same could go for waybar: have you specified FontAwesome as the first option for font-face in your waybar config? Can you post, or link to your waybar config.
Also to cover our bases, please check / post the output of the following:
fc-list | grep -i awesome
Last edited by Trilby (2024-07-25 19:12:22)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
I use ttf-jetbrains-mono-nerd which include font-awesome and set my editor/terminal to JetBrainsMono.
I tried setting multiple fonts for a while, but this is not supported everywhere by everything. Hence the reliance on a patched font set.
Last edited by Gilrain (2024-07-29 14:37:06)
Offline
edit: nvm, I thought the above was a response from the OP
Last edited by Trilby (2024-07-29 12:24:42)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline