On Sun, Mar 10, 2002 at 04:52:50PM -0800, John Smith wrote
> I have another question, what if I want to have one row with a
> bunch of swallowed apps of different geometries? How do I do that?
> Like for instance, I want xosview to have be wider than the other
> swallowed apps.. is there a way to set it for that individual app?
I have something like that at the bottom left of my screen. It looks
like so...
-------------------------------
|Datetime text display| |
|---------------------- FVWM |
| | PAGER |
| xload | |
| | |
-------------------------------
I specify a "Container" 3 rows by 5 columns. Then specify the size of
each swallowed app. Note that it's columns X rows ("3x1" and "2x3" and
"3x2"), to confuse the issue. Anyhow, here's my module. Feel free to
modify it to your needs. Remove the "> " at the beginning of each line.
I've put them in to prevent line-breaking. Program code and long URLs
are generally the only times I use over-long, non-breaking lines in
email/news.
> ################## FvwmButtons button-bar ################################
> KillModule FvwmButtons
> DestroyModuleConfig FvwmButtons: *
> *FvwmButtons: Geometry 310x80+0-0
> *FvwmButtons: (Frame 0, Padding 0 0, Container(Rows 3 Columns 5 Frame 0 Padding 0 0))
> *FvwmButtons: (3x1, Frame 0 Padding 1 1, Swallow(UseOld,NoHints,Respawn) "xclock" `Exec exec xclock -bg rgb:00/00/00 -fg rgb:00/C0/80 -padding 5 -update 1 -digital -font 7x13`)
> *FvwmButtons: (2x3, Frame 0, Swallow(UseOld,NoHints) "Inline" "Module FvwmPager Inline 0 0")
> *FvwmButtons: (3x2, Frame 0, Swallow(UseOld,NoHints,Respawn) "xload" `Exec exec xload -bg rgb:7A/8B/8B -fg rgb:00/00/00 -update 5 -nolabel`)
> *FvwmButtons: (End)
>
> DestroyModuleConfig Inline: *
> *Inline: Balloons
> *Inline: Font none
>
> Style FvwmButtons WindowListSkip, NoTitle, NoHandles, BorderWidth 1
>
> Module FvwmButtons
--
Walter Dnes <waltdnes_at_waltdnes.org>
If you had purchased $1000 of _at_home stock in 1999, today you would
have $1.30. If you had purchased $1000 of beer in 1999, today you
would still have $59 in empty cans.
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Mon Mar 11 2002 - 22:39:46 GMT