Skip to content

Instantly share code, notes, and snippets.

@leon-anavi
Created October 7, 2016 15:56
Show Gist options
  • Save leon-anavi/0d4dbdb8d4189bbdec82833ed2c4eb7a to your computer and use it in GitHub Desktop.
Save leon-anavi/0d4dbdb8d4189bbdec82833ed2c4eb7a to your computer and use it in GitHub Desktop.
Change Wallpaper in Weston and AGL
* Download the wallpaper:
mkdir -p /usr/share/backgrounds/
wget -P /usr/share/backgrounds/ http://anavi.org/images/wallpapers/ats.jpg
* Edit /etc/xdg/weston/weston.ini
[shell]
locking=true
# Uncomment below to hide panel
#panel-location=none
background-image=/usr/share/backgrounds/ats.jpg
background-type=scale-crop
* Restart weston
systemctl restart weston
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment