I run multiple screen sessions each created with \'screen -S name\' and I would like to be able to display in the status bar the name>
paraphrased from https://superuser.com/a/212520/151988, put this into your ~/.screenrc;
screen screen $SHELL -c 'screen -X caption always "$STY"'