Wallpaper: shaders improvements with more parameters and new Stripes shader
This commit is contained in:
parent
d36bcb1d4d
commit
477d38d928
12 changed files with 260 additions and 66 deletions
|
|
@ -31,6 +31,10 @@ Singleton {
|
|||
key: "disc"
|
||||
name: "Disc"
|
||||
}
|
||||
ListElement {
|
||||
key: "stripes"
|
||||
name: "Stripes"
|
||||
}
|
||||
ListElement {
|
||||
key: "wipe_left"
|
||||
name: "Wipe Left"
|
||||
|
|
@ -149,7 +153,7 @@ Singleton {
|
|||
return
|
||||
}
|
||||
|
||||
Logger.log("Wallpaper", "setWallpaper on", screenName, ": ", path)
|
||||
//Logger.log("Wallpaper", "setWallpaper on", screenName, ": ", path)
|
||||
|
||||
var wallpaperChanged = false
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue