Search Criteria
Package Details: lemonbar-git v1.4.r0.g2e8ac2c-1
Git Clone URL: | https://aur.archlinux.org/lemonbar-git.git (read-only, click to copy) |
---|---|
Package Base: | lemonbar-git |
Description: | A featherweight, lemon-scented, bar based on xcb. |
Upstream URL: | https://github.com/LemonBoy/bar |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | haliax |
Maintainer: | wilssonmartee |
Last Packager: | wilssonmartee |
Votes: | 75 |
Popularity: | 0.026010 |
First Submitted: | 2015-04-09 15:25 |
Last Updated: | 2020-12-07 03:27 |
Dependencies (3)
- libxcb (libxcb-git)
- git (git-git) (make)
- pod2man (make)
Required by (6)
- admiral-git (requires lemonbar) (optional)
- barpyrus-git (requires lemonbar)
- leftwm (requires lemonbar) (optional)
- leftwm-git (requires lemonbar) (optional)
- windowchef (requires lemonbar) (optional)
- windowchef-git (requires lemonbar) (optional)
Latest Comments
« First ‹ Previous 1 2
ledti commented on 2014-06-14 23:45
Updated and orphaned.
ledti commented on 2014-03-28 14:31
bar now uses command-line switches rather than a config.h file.
see: 'man bar'
The main binary is still renamed to 'bar-aint-recursive' to avoid a conflict with a community package.
bru commented on 2013-09-27 12:37
For those who have trouble with terminus not available, please look at this paragraph on the wiki: https://wiki.archlinux.org/index.php/Fonts#Pacman
Namely you have to do that:
$ xset +fp /usr/share/fonts/local
$ xset fp rehash
If you get an error, first navigate to that dir and do `mkfontdir`.
To add this dir to your font path every time X is launched, you should put the 2 lines in your .xinitrc.
Have a nice day.
Neuromatic commented on 2013-06-12 17:13
I have this Problem with bar and terminus-font, too. Terminus-font is installed.
Anonymous comment on 2013-05-26 23:58
You need to install the terminus font to use the default font. Install it by typing:
pacman -S terminus-font
and try again.
Anonymous comment on 2013-05-14 05:13
I'm probably wrong somewhere, this is the result I got:
(1/1) installation de bar-aint-recursive [######################] 100%
┌─[manu@actualis][07:08][~]
└»»bar
Could not load font -*-terminus-medium-r-normal-*-12-*-*-*-c-*-*-1
┌─[manu@actualis][07:08][~]
└»»sudo bar
Could not load font -*-terminus-medium-r-normal-*-12-*-*-*-c-*-*-1
Anonymous comment on 2013-02-27 15:36
Thanks Simon -- the PKGBUILD has been updated.
simon04 commented on 2013-02-21 14:24
Building this package fails. As a fix, remove "clean" target from make in line 40.
==> Starting package()...
rm -rf ./*.o
test -d /tmp/packerbuild-1000/bar-aint-recursive/bar-aint-recursive/pkg/usr/bin || mkdir -p /tmp/packerbuild-1000/bar-aint-recursive/bar-aint-recursive/pkg/usr/bin
rm -rf ./bar
install -m755 bar /tmp/packerbuild-1000/bar-aint-recursive/bar-aint-recursive/pkg/usr/bin/bar
install: cannot stat ‘bar’: No such file or directory
make: *** [install] Error 1