applied another minor change to the README
6784429c
1 file(s) · +3 −5
| 38 | 38 | In order to display status info in the bar, you can do something |
|
| 39 | 39 | like this in your .xinitrc: |
|
| 40 | 40 | ||
| 41 | - | while true |
|
| 41 | + | while xsetroot -name "`date` `uptime | sed 's/.*,//'`" |
|
| 42 | 42 | do |
|
| 43 | - | xsetroot -name "`date` `uptime | sed 's/.*,//'`" |
|
| 44 | - | sleep 1 |
|
| 43 | + | sleep 20 |
|
| 45 | 44 | done & |
|
| 46 | - | dwm |
|
| 47 | - | kill $! |
|
| 45 | + | exec dwm |
|
| 48 | 46 | ||
| 49 | 47 | ||
| 50 | 48 | Configuration |