smoother wallpaper transitions
This commit is contained in:
parent
0d62cf56ef
commit
df75333be6
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ random_paper() {
|
|||
}
|
||||
|
||||
swww query || swww init
|
||||
convert "$(random_paper)" /tmp/wallpaper.jpg && swww img --transition-type random --transition-duration 1 "/tmp/wallpaper.jpg"
|
||||
convert "$(random_paper)" /tmp/wallpaper.jpg && swww img --transition-step 2 --transition-type random --transition-duration 1 "/tmp/wallpaper.jpg"
|
||||
convert "$(random_paper)" /tmp/lockpaper.jpg
|
||||
|
||||
notify-send -r 9897 -i information -t 1000 "Wallpaper" "Wallpaper changed."
|
||||
|
|
Loading…
Reference in a new issue