mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2025-01-31 01:11:17 -05:00
9 lines
136 B
Bash
Executable file
9 lines
136 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
|