summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2009-08-18 21:29:44 +0200
committerMichael Stapelberg <michael@stapelberg.de>2009-08-18 21:29:44 +0200
commitbb52b40c8ed5b3c938f6bb157b08bcb18bb067c2 (patch)
treeb51353978312adc5624872a2f0fbb3e2f0da79d3 /Makefile
parent56312001de9362ced18962149bd8143185214561 (diff)
Add support for xmobar
Use i3status-xmobar | xmobar -o -t "%StdinReader%" -c "[Run StdinReader]" You might need to copy the default configuration to ~/.xmobarrc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 24c8297..751d5af 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ CFLAGS+=-D_GNU_SOURCE
endif
# Define this if you want i3status to spit out dzen2-compatible output on stdout
-CFLAGS+=-DDZEN
+#CFLAGS+=-DDZEN
CFLAGS+=$(EXTRA_CFLAGS)
src/%.o: src/%.c