4 lines
159 B
Bash
Executable file
4 lines
159 B
Bash
Executable file
#!/usr/bin/env bash
|
|
pgrep -x awww-daemon >/dev/null || awww-daemon &
|
|
sleep 0.5
|
|
awww img "/home/denode/Pictures/wallpaper/autum01.jpg" --transition-type simple
|