aboutsummaryrefslogtreecommitdiff
path: root/wallpaper/setWP.sh
blob: 6ff0a9dc4edb27b52cbc281497e604d25f377bb1 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

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

wpPointer.sh "$1"

#bgiconPath="/tmp/bgicon"
#convert "$1" -resize 64x64 "$bgiconPath"
#feh --bg-max "$1" && notify-send -t 3000 -i "$bgiconPath" "$1 set as background."
#TODO: make notification optional and fix its icon