#!/bin/sh # shell script to prepend i3status with more stuff i3status | while : do read line mocp=$(sardine -c 0 moc) echo "$mocp" || exit 1 done