diff options
author | nia <nia@pkgsrc.org> | 2020-11-03 11:44:58 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-11-03 11:44:58 +0000 |
commit | cedac9bab9cb61cafa8dbfff02b7f317bf96c966 (patch) | |
tree | e8873da355be2e04683f7b4757893c5caca0a1f4 /x11/Makefile | |
parent | fe75a79c571bd73143415b5a8b7b84c8b7663250 (diff) | |
download | pkgsrc-cedac9bab9cb61cafa8dbfff02b7f317bf96c966.tar.gz |
x11: add lemonbar
based on work by Zach Hopkins in pkgsrc-wip.
lemonbar (formerly known as bar) is a lightweight bar entirely based on
XCB. Provides full UTF-8 support, basic formatting, RandR and Xinerama
support and EWMH compliance without wasting your precious memory.
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 767d7768d31..851bb8e4cca 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.909 2020/10/30 14:22:28 nia Exp $ +# $NetBSD: Makefile,v 1.910 2020/11/03 11:44:58 nia Exp $ # COMMENT= Packages to support the X window system @@ -194,6 +194,7 @@ SUBDIR+= kwidgetsaddons SUBDIR+= kwindowsystem SUBDIR+= kxmlgui SUBDIR+= labltk +SUBDIR+= lemonbar SUBDIR+= lesstif SUBDIR+= libFS SUBDIR+= libICE |