# set specified file as a wallpaper. wallpaper() { path_wallpaper=~/.local/share/backgrounds/background.jpg cp "$1" $path_wallpaper chmod 644 $path_wallpaper }