Hi again, I'm trying to find out how to make a custom status bar in wmii. I have found "status()" lines in /home/wmii.rc file(hmmm what is it doing here?!) these is what I found: status() { Action status if wmiir remove /rbar/status 2>/dev/null; then echo "$WMII_NORMCOLORS" | wmiir create /rbar/status while status | wmiir write /rbar/status; do Action status &
I can barely understand it. So if anyone had an experience in setting up his custom bar, could you please tip me how to do it, cause I don't know where to look else.