Wallpaper: added random transition + fixed "none" transition
This commit is contained in:
parent
3496169c68
commit
26fc6098dc
4 changed files with 57 additions and 37 deletions
|
|
@ -169,7 +169,7 @@ Singleton {
|
|||
property bool randomEnabled: false
|
||||
property int randomIntervalSec: 300 // 5 min
|
||||
property int transitionDuration: 1500 // 1500 ms
|
||||
property string transitionType: "fade"
|
||||
property string transitionType: "random"
|
||||
property list<var> monitors: []
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue