summaryrefslogtreecommitdiffstats
path: root/.scripts/tools/setbg
blob: c9e4a940a6144a5435f421d49e4322de7af01625 (plain) (blame)
1
2
3
4
#!/bin/sh
# Sets the background. If given an argument, will set file as background.
[ ! -z "$1" ] && cp "$1" ~/.config/wall.png && notify-send -i "$HOME/.config/wall.png" "Wallpaper changed."
xwallpaper --maximize ~/.config/wall.png