You are correct - a recent commit changed how fonts are loaded in. You can no longer use a comma delimited list. This allows fonts with commas in the names to be used.
Change -f "$FONT_FONT","$ICON_FONT"
to -f "$FONT_FONT" -f "$ICON_FONT"
https://github.com/Stephen304/dotfiles/blob/master/.config/bar/panel#L27
Search Criteria
Package Details: lemonbar-xft-git r280.0042efd-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/lemonbar-xft-git.git (read-only, click to copy) |
|---|---|
| Package Base: | lemonbar-xft-git |
| Description: | A lightweight xcb based bar with ported xft support. |
| Upstream URL: | https://gitlab.com/protesilaos/lemonbar-xft |
| Licenses: | MIT |
| Conflicts: | bar-aint-recursive, lemonbar |
| Provides: | bar-aint-recursive, lemonbar |
| Submitter: | Stephen304 |
| Maintainer: | vcekron |
| Last Packager: | vcekron |
| Votes: | 54 |
| Popularity: | 0.000000 |
| First Submitted: | 2015-03-16 15:52 (UTC) |
| Last Updated: | 2020-12-16 03:58 (UTC) |
Dependencies (4)
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- libxft (libxft-gitAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
Required by (13)
- admiral-git (requires lemonbar) (optional)
- barpyrus-git (requires lemonbar)
- bspwm-git (requires bar-aint-recursive) (optional)
- bspwm-rounded-corners-git (requires bar-aint-recursive) (optional)
- leftwm (requires lemonbar) (optional)
- leftwm-git (requires lemonbar) (optional)
- leftwm-nonsystemd (requires lemonbar) (optional)
- leftwm-nonsystemd-git (requires lemonbar) (optional)
- leftwm-theme-git (requires lemonbar) (optional)
- thonkbar-git
- ultra-simple-screen-recorder-git
- windowchef (requires lemonbar) (optional)
- windowchef-git (requires lemonbar) (optional)
Sources (1)
Stephen304 commented on 2015-06-07 22:23 (UTC)
cheet commented on 2015-06-07 22:20 (UTC)
Am I missing something or does it not display xft fonts the same way as of "2015-06-02 20:05"?
svenstaro commented on 2015-05-21 23:39 (UTC)
Merging into lemonbar-xft-git.
dondon commented on 2015-04-12 11:37 (UTC)
Thanks for adding this to the AUR! Icon fonts like Font Awesome and Ionicons just don't look very good without anti-aliasing.
Stephen304 commented on 2015-03-16 18:02 (UTC)
In an attempt to be helpful, I've made a lemonbar-xft-git package.
Krypt0n commented on 2015-03-16 13:44 (UTC)
I updated the xft-port branch to the latest upstream version. The binary (and project) is now called "lemonbar".
Stephen304 commented on 2015-03-14 19:50 (UTC)
@hkmix That works great, thanks! I emailed styker a few days ago but he seems to be unresponsive.
pika commented on 2015-03-14 19:24 (UTC)
@Stephen304: You just need to change the references to "master" in pkgver() to "xft-port" and it'll work properly.
Stephen304 commented on 2015-03-10 15:48 (UTC)
Am I the only one getting issues with the versioning? My package version reports bar-aint-recursive-xft-git-.-1 and packer repeatedly tells me that there's a new version.
Pinned Comments
vcekron commented on 2020-12-16 03:14 (UTC) (edited on 2020-12-16 03:43 (UTC) by vcekron)
Hi everyone,
I adopted the package for now. Note that I switched to a more up to date repository, which is at least maintained. As Prot mentions, their repo is mostly for personal use though, so please have some respect that it might be fairly static.
That being said, we do plan on incorporating the recent changes and additions upstream at some point.