Mercurial > aewl
comparison README @ 503:491eebbe7a64
small change to README
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Thu, 28 Sep 2006 16:14:48 +0200 |
parents | 4dbdb61c8b8c |
children | 743061dbe7f2 |
comparison
equal
deleted
inserted
replaced
502:9aa3d06199cb | 503:491eebbe7a64 |
---|---|
35 In order to display status info in the bar, you can do something | 35 In order to display status info in the bar, you can do something |
36 like this in your .xinitrc: | 36 like this in your .xinitrc: |
37 | 37 |
38 while true | 38 while true |
39 do | 39 do |
40 echo `date` `uptime | sed 's/.*://; s/,//g'` | 40 echo `date` `uptime | sed 's/.*,//'` |
41 sleep 1 | 41 sleep 1 |
42 done | dwm | 42 done | dwm |
43 | 43 |
44 | 44 |
45 Configuration | 45 Configuration |