From a08f0e5cd0752849c97d78543e742220f4aaf999 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Fri, 12 Oct 2007 18:44:07 +0200 Subject: [PATCH] remove useless information about statusbar for now --- README | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README b/README index a030cd456..d35820b66 100644 --- a/README +++ b/README @@ -31,16 +31,6 @@ the DISPLAY environment variable is set correctly, e.g.: (This will start awesome on display :1 of the host foo.bar.) -In order to display status info in the bar, you can do something -like this in your .xinitrc: - - while true - do - echo `date` `uptime | sed 's/.*,//'` - sleep 1 - done | awesome - - Configuration ------------- The configuration of awesome is done by creating a ~/.awesomerc file.