-
Notifications
You must be signed in to change notification settings - Fork 207
Revisit Wallpaper #448
Open
Description
- Issue type: Feature request
Short description
At present we do not have a default wallpaper explicitly set when we have a local build.
#applying wallpaper sent by meilix-generator
if [ "$wallpaper_url" != "" ]
then
wget -q $wallpaper_url -O "/usr/share/lxqt/themes/meilix/wallpaper.jpg"
fi
Of course this is not necessary when the wallpaper exists. Furthermore this logic assumes wallpaper is jpg while generator would also support png and in fact png as a lossless format is preferred for wallpapers.
Note that mere copying a file does not set the wallpaper.
Activity
Metadata
Metadata
Assignees
Labels
No labels