Hey list,
how can i get a transparent pager?
Mario
This is sort of a minimal config that should get you going.
############################## Define Colorsets #############################
Colorset 0 fg white, Transparent
Colorset 5 fg blue, Transparent
ModuleSynchronous Timeout 5 FvwmTheme
DeskTopSize 1x4
ColormapFocus FollowsMouse WindowFont -*-fixed-bold-*-*-*-15-*-*-*-*-*-*-*
# Styles for various Fvwm modules:
Style "Fvwm*" NoTitle, Sticky, WindowListSkip
Style "Fvwm*" BorderWidth 2, CirculateSkipIcon, CirculateSkip
Style "FvwmPager" StaysOnTop, BorderWidth 0, HandleWidth 0, RootTransparent, ParentalRelativity
######################## Initialization Functions ############################
DestroyFunc StartFunction
AddToFunc StartFunction
+ I ModuleSynchronous FvwmTheme
+ I exec xv -quit -root -random /home/custom/wallpaper/*.jpg; fvwm-root -d
+ I Module FvwmPager 0 3
DestroyFunc ReStartFunction AddToFunc ReStartFunction + I exec xv -quit -root -random /home/custom/wallpaper/*.jpg; fvwm-root -d
########################### Pager #########################################
*FvwmPager: Rows 4 *FvwmPager: Columns 1 *FvwmPagerGeometry -15-35 *FvwmPagerLabel 0 "Web" *FvwmPagerLabel 1 "Devel" *FvwmPagerLabel 2 "Other" *FvwmPagerLabel 3 "Other2" *FvwmPager: Colorset * 5 *FvwmPager: HilightColorset * 0
-- 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 [EMAIL PROTECTED] To report problems, send mail to [EMAIL PROTECTED]
