screenShield: add initial functionality
We are replacing the gnome-screensaver module with with a screen shield that is part of gnome-shell. This patch fades out the screen on idle and shows a shield with a background image when there is activity again. The shield can be removed with a key or button press. https://bugzilla.gnome.org/show_bug.cgi?id=619955
This commit is contained in:

committed by
Giovanni Campagna

parent
8970e17911
commit
4e6fa56c87
@ -1662,7 +1662,7 @@ StScrollBar StButton#vhandle:hover
|
||||
}
|
||||
|
||||
.lightbox {
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
.flashspot {
|
||||
|
Reference in New Issue
Block a user