#!/bin/sh conky -c /home/ray/.config/conky/conky-console.conf| while read LINE; do xsetroot -name "$LINE"; done