#!/bin/bash
wallp=`cat /root/.config/wallpaper/bg_img`
cd ~/.conky/air
conky -c conkycpu &
conky -c conkynet &
conky -c conkytime &
set_bg $wallp

