Created
October 7, 2016 15:56
-
-
Save leon-anavi/0d4dbdb8d4189bbdec82833ed2c4eb7a to your computer and use it in GitHub Desktop.
Change Wallpaper in Weston and AGL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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