#!/bin/sh

echo $#
if [ $# -ne 0 ]; then
	export WALLPAPER=$1
fi

pkill swaybg
swaybg -i $WALLPAPER > /dev/null 2> /dev/null &