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

[dev] [dvtm] Backfill patch for dvtm

2011-03-16 Thread Ross Mohn
Attached is another patch for madtty.c at the head of dvtm. This one adds support for backfilling text from the buffer when a window is resized with more rows. As an example, let's say you have a window filled with 70 rows of text, then you resize it to 34 rows. The new window will push the top 36

[dev] [dvtm] Color patch for dvtm

2011-03-16 Thread Ross Mohn
Attached is a patch for madtty.c at the head of dvtm. It fixes a couple of things with the color_hash calls and adds support for the 8 bright colors. With this patch dvtm passes the following color tests: xterm/vttests/8colors.sh xterm/vttests/16colors.sh Cheers! -Ross Index: madtty.c =