remove useless information about statusbar for now

This commit is contained in:
Julien Danjou 2007-10-12 18:44:07 +02:00
parent 4f8accb8df
commit a08f0e5cd0
1 changed files with 0 additions and 10 deletions

10
README
View File

@ -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.) (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 Configuration
------------- -------------
The configuration of awesome is done by creating a ~/.awesomerc file. The configuration of awesome is done by creating a ~/.awesomerc file.