It is currently April 26th, 2024, 2:56 am

Shortcut to rainmeter's system tray icon

Post reviews, recommendations and questions about other software.
kendog819
Posts: 6
Joined: August 4th, 2011, 7:30 pm

Re: Shortcut to rainmeter's system tray icon

Post by kendog819 »

This is a built-in Rainmeter feature. You can create a Windows shortcut with the following target:

Code: Select all

"C:\Program Files\Rainmeter\Rainmeter.exe" !TrayMenu
Ok, i did this, it created a rainmeter icon, but when opening the shortcut i get an error "Unknown !bang !TrayMenu"

I'm getting closer :)

Thanks,

Ken
poiru
Developer
Posts: 2872
Joined: April 17th, 2009, 12:18 pm

Re: Shortcut to rainmeter's system tray icon

Post by poiru »

kendog819 wrote:Ok, i did this, it created a rainmeter icon, but when opening the shortcut i get an error "Unknown !bang !TrayMenu"

I'm getting closer :)

Thanks,
Ken
You can either upgrade to Rainmeter 2.1 beta or use the !RainmeterTrayMenu bang instead.
kendog819
Posts: 6
Joined: August 4th, 2011, 7:30 pm

Re: Shortcut to rainmeter's system tray icon

Post by kendog819 »

poiru wrote: You can either upgrade to Rainmeter 2.1 beta or use the !RainmeterTrayMenu bang instead.
Awesome, thank you very much!!, does exactly what i want it to do!

Ken
UrLordAndMaster
Posts: 2
Joined: March 20th, 2012, 9:43 pm

Re: Shortcut to rainmeter's system tray icon

Post by UrLordAndMaster »

poiru wrote: You can either upgrade to Rainmeter 2.1 beta or use the !RainmeterTrayMenu bang instead.
Poiru,

I know this is a slightly old thread, but I have followed this exactly. It works great! But i would like to open the manage window when this is clicked. Currently it only opens the right click menu (like the right click menu when you right click a skin).

This is very nice, but as i said, i would love to have the "manage" window pop up instead.

I am currently useing RainMeter 2.2.0 r1116 64-bit.
User avatar
Brian
Developer
Posts: 2684
Joined: November 24th, 2011, 1:42 am
Location: Utah

Re: Shortcut to rainmeter's system tray icon

Post by Brian »

Try the !Manage bang.

For example: In a skin you would use:
RightMouseUpAction=!Manage

If you are sending a command to Rainmeter, use this as the command:
"C:\Program Files\Rainmeter\Rainmeter.exe" !Manage

-Brian
User avatar
Klexur
Posts: 42
Joined: May 4th, 2009, 2:05 am

Re: Shortcut to rainmeter's system tray icon

Post by Klexur »

poiru wrote:The !TrayMenu bang is what you probably are looking for. You can execute "Path\to\Rainmeter.exe !TrayMenu" to open the menu.
I've been using this bang since I first found this thread, but why isn't it listed in the Docs?
The quiet and inquisitive one.
User avatar
Kaelri
Developer
Posts: 1721
Joined: July 25th, 2009, 4:47 am

Re: Shortcut to rainmeter's system tray icon

Post by Kaelri »

Klexur wrote:I've been using this bang since I first found this thread, but why isn't it listed in the Docs?
Fixed. Thanks for letting us know about the oversight. :)