i3bar is a xcb and libev based status and workspace bar for the i3 window manager. It is best thought of as a replacement for the i3-wsbar + dzen2 combination. It creates a workspace bar for every active screen and displays a piped-in statusline rightaligned on every bar. It does not sample any status information itself, so you still need a program like conky for that. OK jasper@
14 lines
336 B
Plaintext
14 lines
336 B
Plaintext
$OpenBSD: patch-doc_Makefile,v 1.1.1.1 2011/04/20 08:57:54 dcoppa Exp $
|
|
--- doc/Makefile.orig Mon Apr 11 16:26:03 2011
|
|
+++ doc/Makefile Tue Apr 12 10:46:25 2011
|
|
@@ -1,8 +1,7 @@
|
|
all: i3bar.1
|
|
|
|
i3bar.1: i3bar.man
|
|
- echo "A2X i3bar"
|
|
- a2x -f manpage i3bar.man
|
|
+ ${A2X} -f manpage i3bar.man
|
|
clean:
|
|
rm -f i3bar.xml i3bar.1 i3bar.html
|
|
|