From f85b163899a743d29ebdf1d4969e729b3f2cb79c Mon Sep 17 00:00:00 2001
From: "arg@10ksloc.org" <unknown>
Date: Fri, 21 Jul 2006 11:54:14 +0200
Subject: [PATCH] s/sleep 5/sleep 2/

---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index c6d3ae6..89f7dba 100644
--- a/README
+++ b/README
@@ -41,7 +41,7 @@ in .xinitrc:
     while true
     do
         echo `date` `uptime | sed 's/.*://; s/,//g'`
-        sleep 5
+        sleep 2
     done | dwm
 
 Configuration
-- 
2.20.1