Different desktop background for amnesic
This commit is contained in:
parent
8ba875e37e
commit
25a819c506
Binary file not shown.
After Width: | Height: | Size: 104 KiB |
|
@ -657,6 +657,11 @@ function configure_user_interface {
|
||||||
mesh_client_startup_applications
|
mesh_client_startup_applications
|
||||||
mesh_desktop_icons
|
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
|
# change the desktop background
|
||||||
if [ $MESH_DESKTOP_BACKGROUND_IMAGE ]; then
|
if [ $MESH_DESKTOP_BACKGROUND_IMAGE ]; then
|
||||||
if [ -f $MESH_DESKTOP_BACKGROUND_IMAGE ]; then
|
if [ -f $MESH_DESKTOP_BACKGROUND_IMAGE ]; then
|
||||||
|
|
Loading…
Reference in New Issue