aboutsummaryrefslogtreecommitdiff
path: root/setBG.sh
blob: b2bbae74453e4df6f1c64e38271fd230d0988921 (plain)
1
2
3
4
5
6
7
#!/bin/sh

# Sets an image as wallpaper and sends a confirmation notification.

bgiconPath="/tmp/bgicon"
convert "$1" -resize 64x64 "$bgiconPath"
feh --bg-max "$1" && notify-send -t 3000 -i "$bgiconPath" "$1 set as background."