It is currently March 28th, 2024, 10:08 am

Toggle All Active Skins

Tips and Tricks from the Rainmeter Community
Post Reply
User avatar
eclectic-tech
Rainmeter Sage
Posts: 5380
Joined: April 12th, 2012, 9:40 pm
Location: Cedar Point, Ohio, USA
Contact:

Toggle All Active Skins

Post by eclectic-tech »

This skin will toggle the visibility of ALL ACTIVE skins.

With this skin loaded, move your mouse to the upper left screen corner and scroll down to hide all active skins. Scroll up to show all active skins.

Simple, might come in handy if you need to take a screenshot or enjoy a beautiful wallpaper.

Code: Select all

[Rainmeter]
Update=1000
AccurateText=1
Group=#RootConfig#

OnRefreshAction=[!ZPos +2][!Move "0" "0"]

; Hide/Show All Skins
MouseScrollUpAction=[!Show *]

MouseScrollDownAction=[!Hide *][!Show "#CurrentConfig#"][!Redraw]

; ========= Metadata ==========
[Metadata]
Name=Scroll2ToggleAll
Author=Eclectic Tech
Information=An invisible upper left corner skin that when you scroll over it, scroll up will show all active skins and scroll down will hide all active skins.
License=Creative Commons Share-Alike NC 4
Version=1.2019.03.26

; ========= Variables ==========
[Variables]


; ========= Meters ==========

[Meter]
Meter=Image
W=5
H=5
SolidColor=0,0,0,1

Almost eight years ago, JSMorley posted a similar skin that can be used to toggle specific groups of skins.
User avatar
nmdelrio
Posts: 74
Joined: June 28th, 2015, 12:51 pm
Location: Paranaque City, Philippines

Re: Toggle All Active Skins

Post by nmdelrio »

Very nice. I have a 5-monitor setup, with 2 monitors completely covered in skins. Sometimes, when a paste a file to the Desktop, the file goes behind the skins and gets hidden and couldn't see it. I had to shut down Rainmeter to find where the file is. This skin is handy when a file "hides" from me.

Thank you.
User avatar
eclectic-tech
Rainmeter Sage
Posts: 5380
Joined: April 12th, 2012, 9:40 pm
Location: Cedar Point, Ohio, USA
Contact:

Re: Toggle All Active Skins

Post by eclectic-tech »

:thumbup:
Post Reply