Closed suptimal closed 10 years ago
That's how bar is designed to function. "bar | sh" is a simple way to execute the output of bar
My personal use is in the format shown below which allows me to configure shorthand commands like "C mpd" to toggle my conky popup for mpd
bar | \
while read -r line ; do
case $line in
#Cases for output from bar
esac
done
shame on me, Thx.
i tried the example from the man page:
but the bar only echoes reboot.