.dotfiles/.local/share/gnome-shell/extensions/ControlBlurEffectOnLockScre.../schemas/org.gnome.shell.extensions....

21 lines
861 B
XML
Raw Normal View History

<schemalist>
<schema id="org.gnome.shell.extensions.blur" path="/org/gnome/shell/extensions/blur/">
<key name="brightness" type="d">
<range min="0" max="1" />
<default>0.65</default>
<summary>Blur Brightness</summary>
<description>Controls the Blur Brightness. Value is effective between 0 to 1. Please note that If the "Blur Sigma" value is set to '0', this value will be ignored and shows the lockscreen with max brightness.</description>
</key>
<key name="sigma" type="i">
<range min="0" max="999" />
<default>1</default>
<summary>Blur Sigma</summary>
<description>Controls the Blur Sigma. Value is effective between 0 to 100 (But not limited) based on the Background Picture.
Try some thing like 5, 10, 15, 20,... to suit your liking.</description>
</key>
</schema>
</schemalist>