Browse Source

Different desktop background for amnesic

Bob Mottram 8 years ago
parent
commit
25a819c506

BIN
img/backgrounds/freedombone_mesh_amnesic_background.png View File


+ 5
- 0
src/freedombone-image-customise View File

657
 		mesh_client_startup_applications
657
 		mesh_client_startup_applications
658
 		mesh_desktop_icons
658
 		mesh_desktop_icons
659
 
659
 
660
+		# Different desktop background for amnesic
661
+		if [[ $AMNESIC != 'no' ]]; then
662
+			MESH_DESKTOP_BACKGROUND_IMAGE=/usr/local/share/${PROJECT_NAME}_mesh_amnesic_background.png
663
+		fi
664
+
660
 		# change the desktop background
665
 		# change the desktop background
661
 		if [ $MESH_DESKTOP_BACKGROUND_IMAGE ]; then
666
 		if [ $MESH_DESKTOP_BACKGROUND_IMAGE ]; then
662
 			if [ -f $MESH_DESKTOP_BACKGROUND_IMAGE ]; then
667
 			if [ -f $MESH_DESKTOP_BACKGROUND_IMAGE ]; then