#!/bin/bash
screen_resolution="1366x768"
file="$1"

cp $file ~/.config/i3/wallpaper.jpg
feh --bg-scale $file

convert $file -adaptive-resize $screen_resolution\! ~/.config/i3/lock.png
