as i didn't found a perfect UI for my cubie and me and i always liked the look and feel of crunchbang, i developed a little script in the past to bring #! to my cubietruck. It should also work on every other debian based image, but i mainly targeted igor's image since it seemed to be the best base to start from.
NOTICE: crunchbang has EOL-status, no updates coming from them! I mainly use it even though, because its very fast and stable on my cubie.
This script could be injected into building process or can be run on a fresh 'install'. Just use the get_crunchy.sh script and relax or download the image from second post.
It's tested on debian jessie and wheezy, other releases may work too.
Adjust the parameter AFTERINSTALL in igor's compile.sh to
AFTERINSTALL="wget -q https://github.com/Isotop7/crunchbang_UI/archive/master.zip&& unzip master.zip; cd crunchbang_UI-master; \
chmod u+x get_crunchy.sh;./get_crunchy.sh; cd .. && rm -rf crunchbang_UI-master"
**NOTICE:** If you use it while building you have to wait in first boot and have to login in console mode the first time in order to change the root password.
Please let me know if this has worked for you.
UPDATE: Testing for build integration is done. Also i would like to announce that i will presume my little work and head over to getting a script working to deploy bunsenlabs (the community driven successor of #!) to our devices. This will happen when bunsenlabs Hydrogen is out of beta-status, which is likely to happen really soon. I'll keep you updated.