It is currently March 27th, 2023, 9:32 am
General topics related to Rainmeter.
-
PinDev
- Posts: 25
- Joined: April 26th, 2015, 11:37 am
- Location: Earth
Post
by PinDev »
Hi guys

, just wondering
is it possible to load/unload rainmeter skin with shortcut?
Any idea?

-
balala
- Rainmeter Sage
- Posts: 15069
- Joined: October 11th, 2010, 6:27 pm
- Location: Gheorgheni, Romania
Post
by balala »
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"]
-
jsmorley
- Developer
- Posts: 22564
- Joined: April 19th, 2009, 11:02 pm
- Location: Fort Hunt, Virginia, USA
Post
by jsmorley »
"C:\Program Files\Rainmeter\Rainmeter.exe" !ToggleConfig "ConfigName" "IniFileName.ini"
For example:
"C:\Program Files\Rainmeter\Rainmeter.exe" !ToggleConfig "JSMeter\System" "System.ini"
-
PinDev
- Posts: 25
- Joined: April 26th, 2015, 11:37 am
- Location: Earth
Post
by PinDev »
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"]
Well i already know load skin with another skin.
Thanks for reply

-
PinDev
- Posts: 25
- Joined: April 26th, 2015, 11:37 am
- Location: Earth
Post
by PinDev »
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"
Wooow
Thanks
Work like a charm

-
balala
- Rainmeter Sage
- Posts: 15069
- Joined: October 11th, 2010, 6:27 pm
- Location: Gheorgheni, Romania
Post
by balala »
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"
Well, that's great, I had no idea about such a possibility. It seems that there's always something new to learn.
-
jsmorley
- Developer
- Posts: 22564
- Joined: April 19th, 2009, 11:02 pm
- Location: Fort Hunt, Virginia, USA
Post
by jsmorley »
balala wrote:
Well, that's great, I had no idea about such a possibility. It seems that there's always something new to learn.
I do every day...
-
PinDev
- Posts: 25
- Joined: April 26th, 2015, 11:37 am
- Location: Earth
Post
by PinDev »
balala wrote:
Well, that's great, I had no idea about such a possibility. It seems that there's always something new to learn.
Yeah, that's what make Rainmeter interesting
Maybe in the future Rainmeter can duplicate taskbar and explorer function.
or maybe replace entire windows UI, :-p
Who know
-
balala
- Rainmeter Sage
- Posts: 15069
- Joined: October 11th, 2010, 6:27 pm
- Location: Gheorgheni, Romania
Post
by balala »
jsmorley wrote:I do every day...
If even you do, what could we say?
-
balala
- Rainmeter Sage
- Posts: 15069
- Joined: October 11th, 2010, 6:27 pm
- Location: Gheorgheni, Romania
Post
by balala »
PinDev wrote:Maybe in the future Rainmeter can duplicate taskbar and explorer function.
or maybe replace entire windows UI, :-p
http://rainmeter.net/forum/viewtopic.php?p=67487#p67487