4 lines
161 B
Bash
Executable file
4 lines
161 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/minimal01.png" --transition-type simple
|