equal
deleted
inserted
replaced
36 (This will start dwm on display :1 of the host foo.bar.) |
36 (This will start dwm on display :1 of the host foo.bar.) |
37 |
37 |
38 In order to display status info in the bar, you can do something |
38 In order to display status info in the bar, you can do something |
39 like this in your .xinitrc: |
39 like this in your .xinitrc: |
40 |
40 |
41 while true |
41 while xsetroot -name "`date` `uptime | sed 's/.*,//'`" |
42 do |
42 do |
43 xsetroot -name "`date` `uptime | sed 's/.*,//'`" |
43 sleep 1 |
44 sleep 1 |
|
45 done & |
44 done & |
46 exec dwm |
45 exec dwm |
47 |
46 |
48 |
47 |
49 Configuration |
48 Configuration |