wallpaper: use grow transition
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
42a0350d7e
commit
23df6ca8cd
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ while true; do
|
||||||
magick "$WALLPAPER" -brightness-contrast -50x-50 "$ALTERED"
|
magick "$WALLPAPER" -brightness-contrast -50x-50 "$ALTERED"
|
||||||
|
|
||||||
# Display altered wallpaper
|
# Display altered wallpaper
|
||||||
swww img "$ALTERED" --transition-type random --transition-fps 100
|
swww img "$ALTERED" --transition-type grow --transition-pos bottom --transition-fps 100
|
||||||
|
|
||||||
# Send unaltered image to server in background
|
# Send unaltered image to server in background
|
||||||
#!! Hostname dependent
|
#!! Hostname dependent
|
||||||
|
|
Loading…
Reference in a new issue