by roundabout, Tuesday, 1 March 2016, 17:33:46 (1456853626), pushed by roundabout, Sunday, 11 May 2025, 13:21:54 (1746969714)
Author identity: nana4 <hnmaigo@gmail.com>
1a287bc5cbeaf155ae394f63ee3ca3f7d2a6dd20
gnome-shell/_common.scss
@@ -1993,8 +1993,8 @@ $legacy_icon_size: 24px;
}
#lockDialogGroup {
background: #333333 url(assets/noise-texture.png);
background-repeat: repeat;
background: #607D8B url("assets/noise-texture.svg");
background-size: cover;
}
#screenShieldNotifications {
gnome-shell/assets/noise-texture.png
gnome-shell/assets/noise-texture.svg
@@ -0,0 +1,103 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="1600"
height="900"
viewBox="0 0 1600 900"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="noise-texture.svg">
<defs
id="defs4">
<linearGradient
inkscape:collect="always"
id="linearGradient4150">
<stop
style="stop-color:#455A64;stop-opacity:0"
offset="0"
id="stop4152" />
<stop
style="stop-color:#455A64;stop-opacity:0"
offset="0.25"
id="stop4158" />
<stop
style="stop-color:#455A64;stop-opacity:0.5"
offset="0.75"
id="stop4144" />
<stop
style="stop-color:#455A64;stop-opacity:1"
offset="1"
id="stop4154" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4150"
id="radialGradient4156"
cx="450"
cy="602.36218"
fx="450"
fy="602.36218"
r="450"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.7777777,0.99999996,-1.7777777,0.99999996,1070.8661,-449.99996)" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.77"
inkscape:cx="803.8961"
inkscape:cy="450"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
width="1600px"
inkscape:window-width="1920"
inkscape:window-height="1012"
inkscape:window-x="0"
inkscape:window-y="32"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid3336" />
</sodipodi:namedview>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="レイヤー 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-152.3622)">
<rect
style="fill:url(#radialGradient4156);fill-opacity:1;stroke:none"
id="rect4148"
width="1600"
height="900"
x="0"
y="152.3622" />
</g>
</svg>
gnome-shell/assets/noise-texture@2.png
gnome-shell/gnome-shell-theme.gresource
gnome-shell/gnome-shell-theme.gresource.xml
@@ -14,8 +14,7 @@
<file>assets/more-results.svg</file>
<file>assets/no-events.svg</file>
<file>assets/no-notifications.svg</file>
<file>assets/noise-texture.png</file>
<file>assets/noise-texture@2.png</file>
<file>assets/noise-texture.svg</file>
<file>assets/process-working.svg</file>
<file>assets/running1.svg</file>
<file>assets/running1-focused.svg</file>
gnome-shell/gnome-shell.css
@@ -2016,8 +2016,8 @@ StScrollBar {
box-shadow: 0 19px 38px rgba(0, 0, 0, 0.45), 0 15px 12px rgba(0, 0, 0, 0.33); }
#lockDialogGroup {
background: #333333 url(assets/noise-texture.png);
background-repeat: repeat; }
background: #607D8B url("assets/noise-texture.svg");
background-size: cover; }
#screenShieldNotifications StButton#vhandle, #screenShieldNotifications StButton#hhandle {
background-color: rgba(255, 255, 255, 0.6); }