9 lines
303 B
Bash
Executable file
9 lines
303 B
Bash
Executable file
#!/bin/sh
|
|
|
|
[ -r ./conf ] && . ./conf
|
|
|
|
exec 2>&1
|
|
exec chpst -e "$TURNSTILE_ENV_DIR" swaybg \
|
|
-o "LG Electronics W2442 0x000574E1" -i "$HOME/pictures/wall_l.jpg" \
|
|
-o "LG Electronics W2442 0x000574FD" -i "$HOME/pictures/wall_r.jpg" \
|
|
-o "Sharp Corporation 0x1449" -i "$HOME/pictures/wall.jpg"
|