New backup 2024-04-09 21:30:03

This commit is contained in:
Penelope Gwen 2024-04-09 21:30:03 -06:00
parent 94452ce03d
commit a322e23626
5 changed files with 2 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 804 KiB

After

Width:  |  Height:  |  Size: 731 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 MiB

After

Width:  |  Height:  |  Size: 2.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

View file

@ -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