Skip to content
Snippets Groups Projects
Commit 25a819c5 authored by Bob Mottram's avatar Bob Mottram
Browse files

Different desktop background for amnesic

parent 8ba875e3
No related branches found
No related tags found
No related merge requests found
img/backgrounds/freedombone_mesh_amnesic_background.png

105 KiB

......@@ -657,6 +657,11 @@ function configure_user_interface {
mesh_client_startup_applications
mesh_desktop_icons
# Different desktop background for amnesic
if [[ $AMNESIC != 'no' ]]; then
MESH_DESKTOP_BACKGROUND_IMAGE=/usr/local/share/${PROJECT_NAME}_mesh_amnesic_background.png
fi
# change the desktop background
if [ $MESH_DESKTOP_BACKGROUND_IMAGE ]; then
if [ -f $MESH_DESKTOP_BACKGROUND_IMAGE ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment