mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 14:16:10 -05:00
9 lines
142 B
Bash
Executable file
9 lines
142 B
Bash
Executable file
#!/bin/sh
|
|
|
|
sleep 2
|
|
|
|
# Get currently loaded image
|
|
IMG=`cat /tmp/$USER-desktop-anim | tail -n1`
|
|
|
|
# Load it for the monitors
|
|
swww img $IMG -o $1
|