#!/bin/sh

wallp=`cat /root/.config/wallpaper/bg_img`
sleep 1
conky -c /root/conkyrc 2>/dev/null &
sleep 5
set_bg "$wallp" &
