README
changeset 503 491eebbe7a64
parent 497 4dbdb61c8b8c
child 1021 b385ba02e179
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