#!/bin/bash
while [ 1 ]
do
out=$( rhythmbox-client --no-start --print-playing)
#echo "I'm now listening to $out"
echo `/usr/bin/purple-remote "setstatus?status=available&message=Listening to $out"`
sleep 5
done
Subscribe to:
Post Comments (Atom)
http://001110101/blog* my_wall = new blog();
#!/bin/bash
while [ 1 ]
do
out=$( rhythmbox-client --no-start --print-playing)
#echo "I'm now listening to $out"
echo `/usr/bin/purple-remote "setstatus?status=available&message=Listening to $out"`
sleep 5
done
No comments:
Post a Comment