contrib: fix premature insetion of status message into JSON

Pass first 2 lines of JSON unmodified. It contains protocol version
and start of block of blocks of status messages.
This commit is contained in:
Jiri Pinkava 2013-02-26 20:16:47 +01:00 committed by Michael Stapelberg
parent b6c4d4ee46
commit 5c583c418d
1 changed files with 1 additions and 1 deletions

2
contrib/measure-net-speed-i3status.bash Executable file → Normal file
View File

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