Weston 背景设置
Weston 支持在 weston.ini 配置文件的 shell 段设置背景图案、颜色,如:
# /etc/xdg/weston/weston.ini
[shell]
# 背景图案(壁纸)绝对路径
background-image=/usr/share/weston/background.png
# scale|scale-crop|tile
background-type=scale
# 颜色格式为 ARGB8888,未设置背景图案时生效
background-color=0xff002244
