mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-01-25 00:57:12 +08:00
7 lines
133 B
Bash
Executable file
7 lines
133 B
Bash
Executable file
#!/bin/sh
|
|
|
|
wall=$(yad --file)
|
|
if [[ $wall == "" ]]; then
|
|
exit
|
|
fi
|
|
swww img $wall --transition-type random --transition-duration 1
|