remove useless information about statusbar for now
This commit is contained in:
parent
4f8accb8df
commit
a08f0e5cd0
10
README
10
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.)
|
(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.
|
||||||
|
|
Loading…
Reference in New Issue