about summary refs log tree commit diff
path: root/swaywm/local/bin/i3status++
blob: ea4ede68adff18d052e08778884174db681052f1 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

i3status | (read line; echo "$line"; read line ; echo "$line" ; read line ; echo "$line" ; while true
do
    read line
    json_array="$(echo $line | sed -e 's/^,//')"
    echo ",$json_array" 
done)