GTK3: reduce Kali logo size in headerbar

This commit is contained in:
Daniel Ruiz de Alegría 2021-11-10 12:47:41 +01:00
parent 775929ea02
commit aa4108c078
No known key found for this signature in database
GPG Key ID: 59667A77E8BFCB6C
9 changed files with 5 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -5538,7 +5538,7 @@ headerbar.default-decoration {
background: transparent -gtk-scaled(url("assets/kali-headerbar-logo-dark.png"), url("assets/kali-headerbar-logo-dark@2.png")), linear-gradient(to top, rgba(10, 10, 10, 0), rgba(15, 15, 15, 0));
box-shadow: inset 0 1px rgba(238, 238, 236, 0.07);
background-color: #181a20;
background-position: -75px;
background-position: -35px;
background-repeat: no-repeat; }
.default-decoration.titlebar:not(headerbar) button.titlebutton,
headerbar.default-decoration button.titlebutton {

View File

@ -5538,7 +5538,7 @@ headerbar.default-decoration {
background: transparent -gtk-scaled(url("assets/kali-headerbar-logo-dark.png"), url("assets/kali-headerbar-logo-dark@2.png")), linear-gradient(to top, rgba(10, 10, 10, 0), rgba(15, 15, 15, 0));
box-shadow: inset 0 1px rgba(238, 238, 236, 0.07);
background-color: #181a20;
background-position: -75px;
background-position: -35px;
background-repeat: no-repeat; }
.default-decoration.titlebar:not(headerbar) button.titlebutton,
headerbar.default-decoration button.titlebutton {

View File

@ -5559,7 +5559,7 @@ headerbar.default-decoration {
background: transparent -gtk-scaled(url("assets/kali-headerbar-logo.png"), url("assets/kali-headerbar-logo@2.png")), linear-gradient(to top, rgba(0, 0, 0, 0), rgba(3, 3, 3, 0));
box-shadow: inset 0 1px rgba(255, 255, 255, 0.8);
background-color: #ededed;
background-position: -75px;
background-position: -35px;
background-repeat: no-repeat; }
.default-decoration.titlebar:not(headerbar) button.titlebutton,
headerbar.default-decoration button.titlebutton {

View File

@ -15,7 +15,7 @@
<linearGradient id="l" x1="95.213" x2="95.213" y1="162.09" y2="188.92" gradientTransform="matrix(3.0318 0 0 1.0053 -102.66 -.82153)" gradientUnits="userSpaceOnUse" xlink:href="#dark-normal"/>
<linearGradient id="k" x1="98.388" x2="98.388" y1="17.217" y2="-11.671" gradientTransform="matrix(3.0318 0 0 1.0053 -102.66 -.82153)" gradientUnits="userSpaceOnUse" xlink:href="#dark-normal"/>
<clipPath id="b">
<rect transform="scale(-1,1)" x="-416" y="169.5" width="240" height="61"/>
<rect transform="scale(-1,1)" x="-416" y="169.5" width="200" height="61"/>
</clipPath>
</defs>
<g transform="translate(0 -142.36)">

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 70 KiB

View File

@ -285,7 +285,7 @@ headerbar {
@include headerbar_fill(transparent,
$ov: -gtk-scaled(url('#{$_scale_asset}.png'), url('#{$_scale_asset}@2.png')));
background-color: darken($bg_color, if($variant == 'light', 7%, 5%));
background-position: -75px;
background-position: -35px;
background-repeat: no-repeat;
button.titlebutton {