#!/bin/bash sleep 15; conky & if ddcprobe | grep "BenQ"; then conky --config=.conkyrc_date2 else conky --config=.conkyrc_date1 fi