feat(wallpaper): added ability for granular pick of transitions via checkboxes

This commit is contained in:
Lemmy
2026-03-14 20:42:33 -04:00
parent 793771cd77
commit bf234e502d
8 changed files with 98 additions and 25 deletions
+8 -1
View File
@@ -205,7 +205,14 @@
"wallpaperChangeMode": "random",
"randomIntervalSec": 300,
"transitionDuration": 1500,
"transitionType": "random",
"transitionType": [
"fade",
"disc",
"stripes",
"wipe",
"pixelate",
"honeycomb"
],
"skipStartupTransition": false,
"transitionEdgeSmoothness": 0.05,
"panelPosition": "follow_bar",