ScreenShield: show notifications in the locked screen
Track screen lock status in the message tray, and filter banner notifications. The message tray is completely hidden when the screen is locked, but exceptions can be made for individual transient notifications, such as shell messages and the on screen keyboard. Non transient sources are shown in the middle of the lock screen. Resident notifications (such as those from Rhythmbox) are shown in full, while persistent ones are displayed as icon and message count. https://bugzilla.gnome.org/show_bug.cgi?id=619955
This commit is contained in:
@@ -2221,3 +2221,30 @@ StScrollBar StButton#vhandle:hover
|
||||
.screen-shield-clock-date {
|
||||
font-size: 48px;
|
||||
}
|
||||
|
||||
#screenShieldNotifications {
|
||||
border-radius: 24px;
|
||||
background-color: rgba(0.0, 0.0, 0.0, 0.9);
|
||||
border: 2px solid #868686;
|
||||
}
|
||||
|
||||
#screenShieldNotifications, .screen-shield-notifications-box {
|
||||
spacing: 8px;
|
||||
}
|
||||
|
||||
.screen-shield-notification-source {
|
||||
padding: 24px 8px;
|
||||
spacing: 5px;
|
||||
}
|
||||
|
||||
.screen-shield-notification-label {
|
||||
font-size: 1.2em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Remove background from notifications, otherwise
|
||||
opacity is doubled and they look darker
|
||||
*/
|
||||
.screen-shield-notifications-box .notification {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
Reference in New Issue
Block a user