README
branchstil
changeset 1540 e8a43c5bbc46
parent 1539 e2a9bd720b6e
equal deleted inserted replaced
1538:6718f0ba24fd 1540:e8a43c5bbc46
    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