Simplified:

dwmstat &
exec dwm

http://sprunge.us/VKeN?c
Uses a bit less resources than xsetroot ;)

On Tue, 10 Feb 2009 11:53:29 +0100
"Enno \"Gottox\" Boland" <got...@gmail.com> wrote:

> simplified:
> 
> while xsetroot -name "`date` `uptime | sed 's/.*,//'`"; do
>        sleep 1
> done &
> exec dwm
> 
> 2009/2/10, Pavel Samek <psa...@redash.cz>:
> > Neale Pickett <ne...@...> writes:
> >
> >  >
> >  >     http://thread.gmane.org/gmane.comp.window-managers.dwm/6874
> >  >
> >
> >
> > Yes! And here is also a hint how to make Xsession exitting when dwm
> > finishes. The README should be corrected I thing:
> >
> >     while true
> >     do
> >         xsetroot -name "`date` `uptime | sed 's/.*,//'`" || exit 0
> >         sleep 1
> >     done &
> >     exec dwm
> >
> >
> >  Pavel.
> >
> >
> >
> 
> 


-- 

Reply via email to