You are not logged in.

#1 2006-05-17 21:17:44

IsSuE
Member
Registered: 2006-04-29
Posts: 309

Fvwm Trayer question

Hi there!

I am currently configuring my fvwm, and i want to include Trayer.
I am trying to put all trayed items in the upper right corner of the screen. my current try was this:

DestroyModuleConfig TopBar: *
*TaskBar: Columns $[width]
*TaskBar: Rows 30
*TaskBar: ButtonGeometry 1x1+0-0
*TaskBar: Colorset 0
*TaskBar: Frame 1
*TaskBar: Padding 0 0
*TaskBar: Font "Shadow=0:xft:Bitstream Vera Sans Mono:style=Verdana:size=12"
*TopBar: (175x30, Frame 0, Swallow(UseOld,NoClose) trayer 'Exec exec trayer --widthtype pixel --width 175 --heighttype pixel --height 24 --edge top --align right --transparent true --alpha 256 --margin 1')


but it wont work hmm
i get a small window created, where my trays are in, but i want it fixed in the upper right corner. any hints?

greetz

Offline

#2 2006-05-17 21:52:04

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: Fvwm Trayer question

Style "trayer" NoTitle, FixedPosition, Sticky 
 
DestroyFunc InitFunction 
AddToFunc InitFunction 
+ I Exec exec trayer --edge top --align right --widthtype request --heighttype pixel --height 24 --transparent true 

Offline

Board footer

Powered by FluxBB