Re: [dev] wmii status bar config

2011-03-17 Thread Bjartur Thorlacius
Also, you can comment out the status() {} stuff in wmiirc_local or wmii.rc, and put a status command somewhere in $PATH, for easier editing. On 3/17/11, Le Tian wrote: > thanks a lot, that is better, cause my wmiirc_local is empty) > I use xbindkeys for hotkeying - didn't want to mess with my wmi

Re: [dev] wmii status bar config

2011-03-17 Thread Le Tian
thanks a lot, that is better, cause my wmiirc_local is empty) I use xbindkeys for hotkeying - didn't want to mess with my wmii scattered-all-over-the-place files. I'll try it out.

Re: [dev] wmii status bar config

2011-03-17 Thread hootiegib...@gmail.com
On Thu, 17 Mar 2011, Benjamin R. Haskell wrote: On Thu, 17 Mar 2011, Le Tian wrote: 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?!) Maybe your '$HOME' env var was unset or improperl

Re: [dev] wmii status bar config

2011-03-17 Thread Benjamin R. Haskell
On Thu, 17 Mar 2011, Le Tian wrote: 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?!) Maybe your '$HOME' env var was unset or improperly set at some point? these is what I found: statu

Re: [dev] wmii status bar config

2011-03-17 Thread Le Tian
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" | wm

Re: [dev] wmii status bar config

2011-03-16 Thread Le Tian
thanks a lot. ok, I'll check it out. I installed this version(3.9.2) from source, so decided not to mess with config.mk, edited only default terminal, other options were set by default, so I guess its where it was intended to be. And the name of wmii dir doesn't have any version embedded, its just

Re: [dev] wmii status bar config

2011-03-16 Thread Erik Hahn
On Wed, Mar 16, 2011 at 10:32:09PM +0200, Le Tian wrote: > HI everybody! > I'm happy to use wmii after tweaking some things, making autorun scripts and > binding hotkeys, all is done. But I have another question. > I want to config my status bar, I want it to show some terminal output of > my sens

[dev] wmii status bar config

2011-03-16 Thread Le Tian
HI everybody! I'm happy to use wmii after tweaking some things, making autorun scripts and binding hotkeys, all is done. But I have another question. I want to config my status bar, I want it to show some terminal output of my sensors or any bash script. Now it displays 'average load, date and tim