New backup 2024-04-09 21:30:03
Before Width: | Height: | Size: 804 KiB After Width: | Height: | Size: 731 KiB |
Before Width: | Height: | Size: 11 MiB After Width: | Height: | Size: 2.6 MiB |
Before Width: | Height: | Size: 4.7 MiB After Width: | Height: | Size: 1.6 MiB |
Before Width: | Height: | Size: 1.9 MiB After Width: | Height: | Size: 1.3 MiB |
|
@ -24,5 +24,6 @@ echo "$HOME/.config/sway/assets/wallpaper/${output}/${wpid}.jpg"
|
|||
old_bgpid=$bgpid
|
||||
swaybg -i "$HOME/.config/sway/assets/wallpaper/${output}/${wpid}.jpg" -o "${output}" &
|
||||
bgpid=$!
|
||||
bash -c "sleep 0.25;kill $old_bgpid" &
|
||||
kill $old_bgpid
|
||||
bash -c "sleep 0.4;kill $old_bgpid" &
|
||||
done
|
||||
|
|