If anyone came here looking for wide unicode support: https://github.com/trevarj/lemonbar-xft
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.000156 |
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) (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)
trevarj commented on 2024-01-23 10:13 (UTC)
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.
madscience commented on 2020-03-09 20:44 (UTC)
I know that this repo is archived, but I just used the ucs4 branch to add support for more UTF8 characters to the xft-port branch. This fixes an issue with the Material Design Icons font since they've remapped everything to the unicode private use area. The repo is https://github.com/ronasimi/bar
armanleftarm commented on 2017-09-03 12:46 (UTC)
This builds to armv7h perfectly
Stephen304 commented on 2015-12-16 13:55 (UTC) (edited on 2015-12-16 13:56 (UTC) by Stephen304)
@sdvkxcv I don't seem to have the same issue, though you should probably report this to lemonboy or krypt-n.
Here's what I use to launch my bar: https://github.com/stephen304/dotfiles/blob/d32b0034c2149eebb342435192b5295f9dd5e336/.config/bar/panel#L28
lemonbar -g x$PANEL_HEIGHT -f "$FONT_FONT" -f "$ICON_FONT" -F "$COLOR_FOREGROUND" -B "$COLOR_BACKGROUND"
<deleted-account> commented on 2015-12-16 08:49 (UTC)
I recently updated lemonbar-xft-git to find that the one of the clickable buttons were no longer visible and the terminal output was "Invalid geometry for the clickable area".
I tracked the lemonbar.c commit history and found that the commit in the 2nd URL below is probably responsible for the error.
https://github.com/krypt-n/bar/commits/xft-port/lemonbar.c
https://github.com/krypt-n/bar/commit/6580e2d4f760fc3b69a03aa3179ce80b2b3d9d55#diff-dc8505b1e0becf0e7f745da64d554c70
Using previous commits doesn't mess things up. I start my bar with the following geometry -
lemonbar -g x$PANEL_HEIGHT
where PANEL_HEIGHT=26
CjK commented on 2015-09-04 09:35 (UTC)
@Krypt0n You're right, these are essentially the same packages. Didn't notice a "lemonbar" on my initial search.
Shall I file a merge or remove request?
Krypt0n commented on 2015-09-03 09:38 (UTC)
Uh, why not use https://aur.archlinux.org/packages/lemonbar-xft-git/ ?
CjK commented on 2015-09-02 11:25 (UTC)
Please note that you need to update your shell-scripts if upgrading from an older (pre-AUR4) version of this package: the binary has been renamed from 'bar-aint-recursive' to 'lemonbar'.
Stephen304 commented on 2015-06-07 22:23 (UTC)
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
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.