One more time the black background... 
and again your lxautostart.sh
cat $HOME/.config/lxautostart/lxautostart.shYou have some mistakes on your latest post, so i thought you to remove,
and reinstall.
See here
Hi Vortex,
it doesn't work .
For my is diferent:
---> file /home/"me"/.config/autostart/lxautostart.desktop
line
Exec=/home/guest/.config/lxautostart/lxautostart.sh
Exec=/usr/bin/wbar
and
---> file /home/"me"/.config/lxautostart/lxautostart.sh
The permission of this file was "Execute - Nobody Anybody"
the Exec line link to /usr/bin/wbar.
How can work then the autostart script?
To get back your current autostart script try
#!/bin/bash
#
Encoding=UTF-8
#======================================
#LX-Autostart based on a idea by Paul Arnote [parnote]
#created by Daniel Meiß-Wilhelm [leiche]
#License GPL
#Website http://www.pclinuxos.com
#LX-Autostart is a simple way to start your favorite
#applications automaticly, when LXDE starts up.
#======================================
# (en)Add entries here to set up applications to automatically
# start whenever you start the desktop.
# (de)Fügen Sie hier ihre Anwendungen ein, die Sie automatisch
# starten wollen, wenn die Arbeitsfläche startet.
#======================================
# (en)Add your program in a new line. As sample:
# (de)Geben Sie ein Programm in einer neuen Zeile ein. Als Beispiel:
###################################
# wbar -pos top --above-desk &
###################################
# (en)Don't forget the ampersand (&) sign.
# You can activate or stop an application with a "#".
# (de)Vergessen Sie nicht das Und (&) Zeichen.
# Sie können Anwendungen starten oder deaktivieren mit "#".
#======================================
# (en) Wait 10 seconds before starts up.
# (de) 10 Sekunden warten bis zum starten.
sleep 3
#
#parcellite &
#gkrellm &
#xbindkeys &
cpufreq &
##############
sleep 10 # or higher #
##############
wbar &Source
http://www.pclinuxos.com/forum/index.php/topic,108547.msg937602.html#msg937602Checks the permissions on lxautostart.sh...
And check you have not saved a desktop file under /etc/xdg/autostart nor
/home/YOU/.config/autostart.
If then wbar starting with black background, so
set the time to start wbar higher as 10
cpufreq &
##############
sleep 10 # or higher #
##############
wbar & Good luck
Daniel