From 0002b7d202c32eac7daeb3df10ac58e058087c33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Wed, 2 Oct 2013 18:06:38 +0200 Subject: [PATCH] Made output parsing of i3bar work. --- i3/i3/i3bar_wrapper.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/i3/i3bar_wrapper.bash b/i3/i3/i3bar_wrapper.bash index 51cac8c..62f7423 100644 --- a/i3/i3/i3bar_wrapper.bash +++ b/i3/i3/i3bar_wrapper.bash @@ -13,7 +13,7 @@ echo '[' echo '[],' # Now send blocks with information forever: -conky -c "$path_conkyrc" +conky -c "$path_conkyrc" & while read input ; do bash ~/.i3/i3bar_clickparser.bash "$input"