Blackbox+ - Moving Systray Thread last updated on 2004-02-05 16:15:03

Posted by member 97428 on 2004-02-04 15:18:59

love the theme, but i rely heavily on my systray.

i wanted to move it from the right to the left, but it's under a !bang (i think?).

i want to ditch the VWM in favor of this. when i tried, the tray would come up at 1x1y. Any ideas?

code for VTray in Theme.rc
VtrayX $ResolutionX/2+ResolutionX/6+30$
VtrayY 0
VtrayWidth 113
VtrayHeight 20
VtrayDirection right
VtrayIconSize 12
VtrayWrapDirection left
VtrayBitmap time.png
VtrayIconSpacingX 2VtrayBordertop 3
VtrayBorderbottom 2
VtrayBorderleft 4
VtrayBorderright 4
VtrayHidden


code for VWM within theme specific calm.rc
vwmlabeltext "system"
VWMLabelX $ResolutionX/2-ResolutionX/6-151$
VWMLabelY 0
VWMLabelWidth 120
VWMLabelHeight 20
VWMLabelImage vwmback.png
VWMLabelLeftBorder 3
VWMLabelRightBorder 0
VWMLabelFont "Lucida Console"
VWMLabelFontHeight 11
VWMLabelFontColor 1d2d41
VWMLabelOnLeftClick !TasksRestore
VWMLabelOnRightClick !TasksMinimize


Posted by member 97428 on 2004-02-04 15:48:29 link

okay, after a bit of trial and error, i am able to get vtray to load, but via shortcut:

*Shortcut "" $ResolutionX/2-ResolutionX/6-31$ 0 task_prev.png .none .none #1000T !Execute [!vtraytoggle]
*Shortcut "" $ResolutionX/2-ResolutionX/6-16$ 0 task_next.png .none .none #1000T ;!vwmright
*Shortcut "" $ResolutionX/2+ResolutionX/6-1$ 0 task_prev.png .none .none #1000T !XPropToggle
*Shortcut "" $ResolutionX/2+ResolutionX/6+14$ 0 task_next.png .none .none #1000T !Execute [!timelabeltoggle];[!vtraytoggle]


how can i get it to load on it's own?

Posted by member 97428 on 2004-02-04 18:41:31 link

got it all to work.

removed the VtrayHidden line, and it worked fine. :)

Posted by member 39367 on 2004-02-04 22:08:52 link

Best. Thread. Ever.

Posted by member 1340 on 2004-02-05 04:32:39 link

Yup. best thread ever.

Posted by member 97428 on 2004-02-05 15:18:38 link

*wonders*

now to figure out how to run geekamp controls under that same label. so that, when i click on , say, the first shortcut, it'll display winamp controls. click on the other, and back to systray. hmmmm

Posted by member 1316 on 2004-02-05 16:15:03 link

start all but one hidden. then when you want to switch to one, have the shown one hide, and the one to be shown "un-hide". etc etc.