mirror of
https://github.com/LinuxBeginnings/swww.git
synced 2026-01-12 07:21:01 -03:00
Restore deleted comment
This commit is contained in:
@@ -27,7 +27,7 @@ while true; do
|
||||
# and pick again if no more unused images are remaining
|
||||
[ -z "$img" ] && read -r img || break 2
|
||||
swww img --resize "$RESIZE_TYPE" --outputs "$d" "$img"
|
||||
unset -v $img
|
||||
unset -v $img # Each image should only be used once per loop
|
||||
done
|
||||
sleep "${2:-$DEFAULT_INTERVAL}"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user