2023-11-06 20:00:12 -05:00
|
|
|
#!/bin/sh
|
|
|
|
|
2023-11-07 20:42:30 -05:00
|
|
|
sleep 2
|
2023-11-06 20:00:12 -05:00
|
|
|
|
2023-11-07 20:42:30 -05:00
|
|
|
# Get currently loaded image
|
|
|
|
IMG=`cat /tmp/$USER-desktop-anim | tail -n1`
|
|
|
|
|
|
|
|
# Load it for the monitors
|
2023-11-18 00:03:46 -05:00
|
|
|
swww img $IMG -o $1
|