#!/bin/bash
path=$HOME/.cache/wal/schemes/
screen=`cat $path$(ls -t $path| head -n 1) | jq  -r '.wallpaper'`
echo $screen
i3lock -i $screen