#!/bin/bash feh --bg-fill ~/.background.jpg while xsetroot -name "`date` `uptime | sed 's/.*,//'`" do sleep 1 done & exec dwm ./screenscript.sh