On Wed, Oct 01, 2003 at 21:43:00 +0300, Mikhael Goikhman wrote:
> On 01 Oct 2003 18:46:01 +0200, Klaus Umbach wrote:
> >
> > is it possible to have transparent gradients?
> > If yes, how can I do that?
> >
> > My goal is to make the title and borders of the inactive windows
> > transparent, but I want to keep the design of the active window.
>
> This is possible, something like:
>
> TitleStyle AllInactive Colorset 1 -- flat
> AddTitleStyle AllInactive Colorset 2 30 # alpha == 30% here
>
> TitleStyle AllActive Colorset 2 -- raised
>
> BorderStyle -- UseTitleStyle
> ButtonStyle All AllInactive -- UseTitleStyle flat
> ButtonStyle All AllActive -- UseTitleStyle raised
>
> Colorset 1 RootTransparent buffer, fg gray80, bg average
> Colorset 2 fg #301058, VGradient 40 #a17aa1 #714a71, bg average
>
> Style * Colorset 1, HilightColorset 2
> Style * BorderColorset 1, HilightBorderColorset 2
>
> Seems to work well.
Yes, that works fine, but that's not what I meant.
In your example the Colorset is completely transparent.
I want the transparent Colorset tinted with a gradient.
I want this to be semi-transparent.
Colorset 10 Vgradient 255 3 #aaaaaa 15 #888888 50 #aaaaaa 20 #888894, bg grey75, fg grey90, fg_alpha 90, fgsh Black
Sorry for my bad explanation in the last mail. :-)
regards
Klaus
>
> Regards,
> Mikhael.
> --
> 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.
>
--
5) People say Linux is ugly. How does that make you feel?
Torvalds: They'll be the first against the wall when the revolution comes.
Let's see just how ugly they think it is when they have a few
bulletholes in them.
--
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 Wed Oct 01 2003 - 15:16:50 BST