#!/bin/bash
path=$HOME/.cache/wal/colors.hs
color=`cat $path | grep background | grep -o "#......" | sed 's/#//g'`
i3lock -c $color