Dr. Amr Osman 729079f422 x250
2019-03-13 05:12:45 +02:00

5 lines
232 B
Bash
Executable File

#!/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 --stretch ~/.config/wall.png