4 lines
160 B
Bash
Executable file
4 lines
160 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/thinkpad.jpg" --transition-type simple
|