mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-02 19:36:13 +00:00
update
This commit is contained in:
parent
3dc9dc0fb1
commit
f67de5aeab
@ -77,7 +77,11 @@ prepare_deps() {
|
|||||||
prompt -w "DEPS: Your system clock is wrong"
|
prompt -w "DEPS: Your system clock is wrong"
|
||||||
prompt -i "DEPS: Updating your system clock..."
|
prompt -i "DEPS: Updating your system clock..."
|
||||||
# Add "+ 25" here to accomodate potential time delay by sudo prompt
|
# Add "+ 25" here to accomodate potential time delay by sudo prompt
|
||||||
sudo date -s "@$((remote_time + 25))"; sudo hwclock --systohc
|
sudo date -s "@$((remote_time + 25))"
|
||||||
|
|
||||||
|
if has_command hwclock; then
|
||||||
|
sudo hwclock --systohc
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -419,10 +419,6 @@ headerbar > windowhandle > box viewswitcher {
|
|||||||
//
|
//
|
||||||
|
|
||||||
tabbar {
|
tabbar {
|
||||||
.box {
|
|
||||||
min-height: $menuitem_size;
|
|
||||||
}
|
|
||||||
|
|
||||||
.start-action,
|
.start-action,
|
||||||
.end-action {
|
.end-action {
|
||||||
padding: $container_padding;
|
padding: $container_padding;
|
||||||
@ -438,28 +434,27 @@ tabbar {
|
|||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:not(.inline) {
|
.box {
|
||||||
.box {
|
min-height: $menuitem_size;
|
||||||
color: $text_color;
|
color: $text_color;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border-bottom: 1px solid $borders_color;
|
border-bottom: 1px solid $borders_color;
|
||||||
|
|
||||||
@if $monterey == 'false' {
|
@if $monterey == 'false' {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background-color: color-mix(in srgb, black 15%, $header_bg);
|
background-color: color-mix(in srgb, black 15%, $header_bg);
|
||||||
} @else {
|
} @else {
|
||||||
padding: $container_padding / 2 0;
|
padding: $container_padding / 2 0;
|
||||||
background-color: $header_bg;
|
background-color: $header_bg;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&:backdrop .box {
|
&:backdrop .box {
|
||||||
> scrolledwindow,
|
> scrolledwindow,
|
||||||
> .start-action,
|
> .start-action,
|
||||||
> .end-action {
|
> .end-action {
|
||||||
filter: opacity(0.5);
|
filter: opacity(0.5);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -483,6 +478,7 @@ tabbar {
|
|||||||
min-width: 2px;
|
min-width: 2px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
background: gtkalpha($selected_bg_color, 0.5);
|
background: gtkalpha($selected_bg_color, 0.5);
|
||||||
|
margin: 3px 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
> tabboxchild {
|
> tabboxchild {
|
||||||
@ -551,6 +547,22 @@ tabbar {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
scrolledwindow.pinned {
|
||||||
|
@if $monterey == 'false' {
|
||||||
|
padding: $container_padding / 2 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
tabbox {
|
||||||
|
> tab,
|
||||||
|
> tabboxchild > tab {
|
||||||
|
@extend %monterey_tab;
|
||||||
|
@if $monterey == 'false' {
|
||||||
|
padding: 0 $container_padding / 2;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dnd tab {
|
dnd tab {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user