changed the status info README hint (more simple now, no extra script necessary) 2b66f7af
arg@10ksloc.org · 2006-07-21 11:48 1 file(s) · +1 −7
README +1 −7
38 38
In order to display status info in the bar, you can do following
39 39
in .xinitrc:
40 40
41 -
    $HOME/.dwm/status | dwm
42 -
43 -
Assumed $HOME/.dwm/status is an executable script like:
44 -
45 -
    #!/bin/sh
46 41
    while true
47 42
    do
48 43
        echo `date` `uptime | sed 's/.*://; s/,//g'`
49 44
        sleep 5
50 -
    done
51 -
45 +
    done | dwm
52 46
53 47
Configuration
54 48
-------------