Fortune output in i3status
I know it's stupid, but just to have fun... it is possible to display fortune outputs on my i3bar? :-) Inspired by man i3status i tried with this
statuscommand i3status --config .i3/i3barbottom | while :; do read line; fortune && echo " | $line" && sleep 5 || exit 1; done
in the bar block of my config file, but anything except my usual i3status has been displayed...