From 0b5dcf229f64a23438e6ef5929d78b7f9bd48355 Mon Sep 17 00:00:00 2001 From: a@null Date: Fri, 12 Dec 2008 19:49:06 +0000 Subject: applied Neale Pickett's xprop status reading patch, updated README and dwm.1 accordingly --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 2dcaedd..b11cb00 100644 --- a/README +++ b/README @@ -40,7 +40,7 @@ like this in your .xinitrc: while true do - echo `date` `uptime | sed 's/.*,//'` + xsetroot -name "`date` `uptime | sed 's/.*,//'`" sleep 1 done | dwm -- cgit v1.2.3