Hi, Next to my clock i want to show a status.
I've a shell script which show it. #!/bin/bash myStatus=`cat '~/.status'` # many treatment on it print $myStatus I want to show the result of the script next to the clock Does somebody avec a script sample to share in order to help me to do it ? -- To unsubscribe, send mail to [email protected].
