Re: [dwm] background

From: Anselm R. Garbe <arg_AT_10kloc.org>
Date: Fri, 4 Aug 2006 15:45:06 +0200

On Fri, Aug 04, 2006 at 03:21:17PM +0200, Sander van Dijk wrote:
> On 8/4/06, Ross Mohn <rpmohn_AT_waxandwane.org> wrote:
> >I notice that the dwm screenshot has a background set. Do you do this
> >manually after dwm starts up, or do you have it configured to startup
> >automatically? If auto, how do you configure that?
> >Thanks -RPM
> Just set in in your .xinitrc, just before you start dwm, something like
> this:
>
> xsetroot -solid grey
> while sleep 1; do date; done | dwm

Or like this in .xinitrc:

feh --bg-scale $HOME/wallpaper/bg.jpg
while true
do
        echo `date` `uptime | sed 's/.*://; s/,//g'`
        sleep 5
done | dwm > $HOME/dwm.err 2>&1

Regards,

-- 
 Anselm R. Garbe  ><><  www.ebrag.de  ><><  GPG key: 0D73F361
Received on Fri Aug 04 2006 - 15:45:06 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:29:56 UTC