Titlebar template supports <get ...> variables?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
serendipity
Posts: 3358
Joined: 07 May 2007 18:14
Location: NJ/NY

Titlebar template supports <get ...> variables?

Post by serendipity »

Code: Select all

v8.80.0337 - 2010-03-06 09:23
 + Titlebar: Now the TitlebarTemplate tweak supports all XY native variables. So when you feel like it you can add lots of info to your titlebar now, like <date>, <xydrive>, <get pane> etc. 
Remember that the <app> variable is mandatory, else your tweak is reset to the internal default: "<path> - <app> @ <ini> - <ver>"
My old title template was:

Code: Select all

"<get pane>: <path> | <app> <ver>"
which made me believe that any <get ...> variable would work.
But the below tweak does not work.

Code: Select all

"<get path 1> | <get path 2> <app> <ver>"
Any thoughts?

PS: Have a great vacation Don!

Post Reply