From d47c8f45f11b283b5648eef5f15e15ff7ce27d4b Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Wed, 15 Nov 2017 22:23:31 +0100 Subject: add i3status applet, initially with a clock only --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 55e4a22..e2767b3 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PKG = github.com/majewsky/gofu PREFIX = /usr -APPLETS = rtree prettyprompt +APPLETS = i3status rtree prettyprompt all: build/gofu $(addprefix build/,$(APPLETS)) -- cgit v1.3.1