Hi guys , just wondering
is it possible to load/unload rainmeter skin with shortcut?
Any idea?
It is currently September 16th, 2024, 9:44 pm
Rainmeter Shortcut
-
- Posts: 25
- Joined: April 26th, 2015, 11:37 am
- Location: Earth
-
- Rainmeter Sage
- Posts: 16550
- Joined: October 11th, 2010, 6:27 pm
- Location: Gheorgheni, Romania
Re: Rainmeter Shortcut
I think with a Windows shortcut not, but with a button on another skin, yes:
Code: Select all
[MeterLoadUnload]
Meter=STRING
X=0
Y=0
Padding=15,5,15,5
FontColor=255,255,255
StringStyle=bold
FontSize=10
StringAlign=LEFT
FontFace=Segoe UI
Antialias=1
Text=Load/Unload
LeftMouseUpAction=[!ToggleConfig "illustro\Clock" "Clock.ini"]
-
- Developer
- Posts: 22745
- Joined: April 19th, 2009, 11:02 pm
- Location: Fort Hunt, Virginia, USA
Re: Rainmeter Shortcut
"C:\Program Files\Rainmeter\Rainmeter.exe" !ToggleConfig "ConfigName" "IniFileName.ini"
For example:
"C:\Program Files\Rainmeter\Rainmeter.exe" !ToggleConfig "JSMeter\System" "System.ini"
For example:
"C:\Program Files\Rainmeter\Rainmeter.exe" !ToggleConfig "JSMeter\System" "System.ini"
-
- Posts: 25
- Joined: April 26th, 2015, 11:37 am
- Location: Earth
Re: Rainmeter Shortcut
Well i already know load skin with another skin.balala wrote:I think with a Windows shortcut not, but with a button on another skin, yes:Code: Select all
[MeterLoadUnload] Meter=STRING X=0 Y=0 Padding=15,5,15,5 FontColor=255,255,255 StringStyle=bold FontSize=10 StringAlign=LEFT FontFace=Segoe UI Antialias=1 Text=Load/Unload LeftMouseUpAction=[!ToggleConfig "illustro\Clock" "Clock.ini"]
Thanks for reply
-
- Posts: 25
- Joined: April 26th, 2015, 11:37 am
- Location: Earth
Re: Rainmeter Shortcut
Wooowjsmorley wrote:"C:\Program Files\Rainmeter\Rainmeter.exe" !ToggleConfig "ConfigName" "IniFileName.ini"
For example:
"C:\Program Files\Rainmeter\Rainmeter.exe" !ToggleConfig "JSMeter\System" "System.ini"
Thanks
Work like a charm
-
- Rainmeter Sage
- Posts: 16550
- Joined: October 11th, 2010, 6:27 pm
- Location: Gheorgheni, Romania
Re: Rainmeter Shortcut
Well, that's great, I had no idea about such a possibility. It seems that there's always something new to learn.jsmorley wrote:"C:\Program Files\Rainmeter\Rainmeter.exe" !ToggleConfig "ConfigName" "IniFileName.ini"
For example:
"C:\Program Files\Rainmeter\Rainmeter.exe" !ToggleConfig "JSMeter\System" "System.ini"
-
- Developer
- Posts: 22745
- Joined: April 19th, 2009, 11:02 pm
- Location: Fort Hunt, Virginia, USA
Re: Rainmeter Shortcut
I do every day...balala wrote: Well, that's great, I had no idea about such a possibility. It seems that there's always something new to learn.
-
- Posts: 25
- Joined: April 26th, 2015, 11:37 am
- Location: Earth
Re: Rainmeter Shortcut
Yeah, that's what make Rainmeter interestingbalala wrote: Well, that's great, I had no idea about such a possibility. It seems that there's always something new to learn.
Maybe in the future Rainmeter can duplicate taskbar and explorer function.
or maybe replace entire windows UI, :-p
Who know
-
- Rainmeter Sage
- Posts: 16550
- Joined: October 11th, 2010, 6:27 pm
- Location: Gheorgheni, Romania
Re: Rainmeter Shortcut
If even you do, what could we say?jsmorley wrote:I do every day...
-
- Rainmeter Sage
- Posts: 16550
- Joined: October 11th, 2010, 6:27 pm
- Location: Gheorgheni, Romania
Re: Rainmeter Shortcut
http://rainmeter.net/forum/viewtopic.php?p=67487#p67487PinDev wrote:Maybe in the future Rainmeter can duplicate taskbar and explorer function.
or maybe replace entire windows UI, :-p