]> git.sur5r.net Git - i3/i3status/commitdiff
contrib: fix premature insetion of status message into JSON
authorJiri Pinkava <j-pi@seznam.cz>
Tue, 26 Feb 2013 19:16:47 +0000 (20:16 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 27 Feb 2013 00:20:56 +0000 (01:20 +0100)
Pass first 2 lines of JSON unmodified. It contains protocol version
and start of block of blocks of status messages.

contrib/measure-net-speed-i3status.bash [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 9f9e5ce..4eec33b
@@ -18,7 +18,7 @@
 #   status_command measure-net-speed-i3status.bash
 # }
 
-i3status | (read line && echo $line && while :
+i3status | (read line && echo $line && read line && echo $line && while :
 do
   read line
   dat=$(measure-net-speed.bash)