Skip to content

Meti0X7CB/FrostedGlass

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

Frosted Glass

A Rainmeter plugin that allows you to easily create blur effect on the skin window - (Original work of TheAzack9)

Windows 11 rounded corner style is now supported thanks to khanhas.

Old version.

OyT05WQgKi

New Version + Light Backdrop + Not visible Border.

euOemFe9sx

Functionality

An example of the plugin in use:

[FrostedGlass]
Measure = Plugin
Plugin = FrostedGlass
Type = Acrylic
Border = Left|Right
; Using Corner option disable Border option.
Corner = Round
; Backdrop only works with Acrylic.
Backdrop = Light
; VisibleBorder only works with Round/RoundSmall Corner.
BorderVisible = 0

Type

Valid options for Type are:

Blur, Acrylic, None

Border

Valid options for Border are:

Top, Left, Right, Bottom, All, None

Corner

Valid options for Corner are:

Round, RoundSmall, None

Backdrop

Valid options for Backdrop are:

Dark - Dark5

Dark

Rainmeter_gaYVD99tTR

Dark2

Rainmeter_QCI16Qv4PK

Dark3

Rainmeter_wosNOmKq5m

Dark4

Rainmeter_etag4SvTR5

Dark5

Rainmeter_LAisynEaux

Light - Light5

Light

Rainmeter_4rZxfu0Uft

Light2

Rainmeter_V88cVKPh80

Light3

Rainmeter_PhyKG2Sdbn

Light4

Rainmeter_37Rs3vAgmJ

Light5

Rainmeter_5Sjp7hn0Oh


BorderVisible

Valid options for BorderVisible are:

0, 1

Commands

General Plugin:

  • ToggleBlur, EnableBlur, DisableBlur
  • SetBlur 1 : Set Blur type.
  • SetBlur 2 : Set Acrylic type.

Corner:

  • ToggleCorner, EnableCorner, DisableCorner
  • SetCorner 1 : Set Round Corner.
  • SetCorner 2 : Set Round Small Corner.

Backdrop:

  • ToggleBackdrop, EnableBackdrop, DisableBackdrop
  • SetBackdrop Dark 1, SetBackdrop Dark 2, SetBackdrop Dark 3, SetBackdrop Dark 4, SetBackdrop Dark 5
  • SetBackdrop Light 1,SetBackdrop Light 2,SetBackdrop Light 3,SetBackdrop Light 4,SetBackdrop Light 5

BorderVisible:

  • ToggleBorders, EnableBorders, DisableBorders

Minimum Requirements:

  • Windows 10 or higher
  • Rainmeter 4.5.17.3700 or higher

Note: You will need Windows 11 for the next options to work!

  • Corner
  • Backdrop
  • BorderVisible

Installation

Download the latest version from Releases tab. Install the skin by double-clicking the .rmskin file and follow the steps in the installer.

Optional

You can also download the .zip file if you want to bundle the plugin in your skin.

Note

This project is the work of TheAzack9 with the modification for Win 11 style support added by khanhas, compiled the project and packaged the plugin for public use by Meti0X7CB.

  • KazukiGames82 added new functions and fixed mesaure commands.