In factDies_Irae said:That's because you are passing to dzen2 only the output ofsleep 20
: that is, nothing.
You must use parentheses to see the output of the other commands:
(echo "Today"; cal; sleep 20) | dzen2 -x 200 -y 200 -w 200 -bg blue -fg white -l 8
echo "hello world" | dzen2 -x 200 -y 200 -w 200 -bg blue -fg white -l 8 -p 5
still does not work either.sw2wolf said:In factecho "hello world" | dzen2 -x 200 -y 200 -w 200 -bg blue -fg white -l 8 -p 5
still does not work either.