Made output parsing of i3bar work.

This commit is contained in:
2013-10-02 18:06:38 +02:00
parent 5eefd4c771
commit 0002b7d202

View File

@@ -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"