README
changeset 1370 6d6ed7a9183c
parent 1021 b385ba02e179
child 1371 fcdbbc9c39de
equal deleted inserted replaced
1369:79bf47074a49 1370:6d6ed7a9183c
    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 true
    42     do
    42     do
    43         echo `date` `uptime | sed 's/.*,//'`
    43         xsetroot -name "`date` `uptime | sed 's/.*,//'`"
    44         sleep 1
    44         sleep 1
    45     done | dwm
    45     done | dwm
    46 
    46 
    47 
    47 
    48 Configuration
    48 Configuration