mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
fixup! screenShield: Blur background
This commit is contained in:
parent
e71c249ea5
commit
be714f7401
2 changed files with 76 additions and 58 deletions
|
|
@ -28,7 +28,7 @@ const DISABLE_LOCK_KEY = 'disable-lock-screen';
|
|||
const LOCKED_STATE_STR = 'screenShield.locked';
|
||||
|
||||
const BLUR_BRIGHTNESS = 0.55;
|
||||
const BLUR_RADIUS = 70;
|
||||
const BLUR_RADIUS = 200;
|
||||
|
||||
// fraction of screen height the arrow must reach before completing
|
||||
// the slide up automatically
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue