#!/bin/sh while : do xsetroot -name "$(date '+%a %d %b %H:%M')" sleep 40 done