mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
wayland: add background image
This commit is contained in:
11
packages/other/wayland/conf.d/wayland
Normal file
11
packages/other/wayland/conf.d/wayland
Normal file
@@ -0,0 +1,11 @@
|
||||
################################################################################
|
||||
# Wayland environment variables.
|
||||
#
|
||||
# This file contains non-OpenELEC evironment variables as well as OpenELEC
|
||||
# evironment variables that are not user defined.
|
||||
################################################################################
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# Wayland background image
|
||||
#-------------------------------------------------------------------------------
|
||||
OE_WAYLAND_BACKGROUND=/usr/share/wayland/background.png
|
||||
@@ -20,5 +20,11 @@ cp -PR $PKG_BUILD/screenshot $INSTALL/usr/bin
|
||||
cp -PR $PKG_BUILD/terminal $INSTALL/usr/bin
|
||||
cp -PR $PKG_BUILD/wayland-system-compositor $INSTALL/usr/bin
|
||||
|
||||
if [ -f $PROJECT_DIR/$PROJECT/background/background.png ]; then
|
||||
mkdir -p $INSTALL/usr/share/wayland/
|
||||
cp -PR $PROJECT_DIR/$PROJECT/background/background.png \
|
||||
$INSTALL/usr/share/wayland/
|
||||
fi
|
||||
|
||||
mkdir -p $INSTALL/lib/udev/rules.d
|
||||
cp -PR $PKG_BUILD/70-wayland.rules $INSTALL/lib/udev/rules.d
|
||||
|
||||
BIN
projects/wayland/background/background.png
Normal file
BIN
projects/wayland/background/background.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 471 KiB |
Reference in New Issue
Block a user