summaryrefslogtreecommitdiff
path: root/.scripts/update-bg
blob: 2612931a980c3b7ef8088b7a2f4e2ce82425058a (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

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

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