#!/bin/sh
PATH=$PATH:/usr/local/bin
img="$(grep ^background /etc/lightdm/lightdm-gtk-greeter.conf | cut -f2 -d=)"
(feh --bg-scale $img)&
