update
This commit is contained in:
parent
eb68cec312
commit
9eb675f8b4
@ -158,11 +158,11 @@ else
|
|||||||
show_needed_dialogs
|
show_needed_dialogs
|
||||||
fi
|
fi
|
||||||
|
|
||||||
prompt -w "Removing the old '${name}${colorscheme}' themes..."
|
prompt -w "Removing the old '${name}${colorscheme}' themes...\n"
|
||||||
|
|
||||||
remove_themes; customize_theme; avoid_variant_duplicates; echo
|
remove_themes; customize_theme; avoid_variant_duplicates;
|
||||||
|
|
||||||
prompt -w "Installing '${name}${colorscheme}' themes in '${dest}'..."; echo
|
prompt -w "Installing '${name}${colorscheme}' themes in '${dest}'...\n";
|
||||||
|
|
||||||
prompt -t "--->>> GTK | GNOME Shell | Cinnamon | Metacity | XFWM | Plank <<<---"
|
prompt -t "--->>> GTK | GNOME Shell | Cinnamon | Metacity | XFWM | Plank <<<---"
|
||||||
prompt -i "Color variants : $( IFS=';'; echo "${colors[*]}" )"
|
prompt -i "Color variants : $( IFS=';'; echo "${colors[*]}" )"
|
||||||
|
@ -884,7 +884,7 @@ customize_theme() {
|
|||||||
|
|
||||||
# Change Nautilus sidarbar size
|
# Change Nautilus sidarbar size
|
||||||
if [[ "${sidebar_size}" != 'default' ]]; then
|
if [[ "${sidebar_size}" != 'default' ]]; then
|
||||||
prompt -s "Changing Nautilus sidebar size ... \n"
|
prompt -s "Changing Nautilus sidebar size ...\n"
|
||||||
sed $SED_OPT "/\$sidebar_size/s/200px/${sidebar_size}px/" "${THEME_SRC_DIR}/sass/_theme-options-temp.scss"
|
sed $SED_OPT "/\$sidebar_size/s/200px/${sidebar_size}px/" "${THEME_SRC_DIR}/sass/_theme-options-temp.scss"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -88,21 +88,9 @@ $nautilus_sidebar_image: image($dark_sidebar_bg);
|
|||||||
|
|
||||||
> .linked > button.disclosure-button { margin-left: $container_padding / 2; }
|
> .linked > button.disclosure-button { margin-left: $container_padding / 2; }
|
||||||
|
|
||||||
> box.horizontal:first-child { // move the search button to right side
|
@if $placement == 'left' {
|
||||||
margin-right: -74px;
|
.nautilus-path-bar {
|
||||||
|
margin-left: 22px;
|
||||||
@if $nautilus_style == 'normal' or $nautilus_style == 'stable' {
|
|
||||||
entry.search { margin-left: if($placement == 'left', $container_padding, $nautilus_sidebar_size - 74px); }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@if $nautilus_style == 'normal' or $nautilus_style == 'stable' {
|
|
||||||
&.maximized {
|
|
||||||
> deck > box.vertical > headerbar.titlebar {
|
|
||||||
> box.horizontal:first-child { // move the search button to right side
|
|
||||||
entry.search { margin-left: 0; }
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -131,12 +119,7 @@ $nautilus_sidebar_image: image($dark_sidebar_bg);
|
|||||||
|
|
||||||
@if $nautilus_style == 'normal' or $nautilus_style == 'stable' {
|
@if $nautilus_style == 'normal' or $nautilus_style == 'stable' {
|
||||||
@if $placement == 'left' {
|
@if $placement == 'left' {
|
||||||
> .linked.raised > button:first-child { margin-left: $nautilus_sidebar_size - (32px + $container_padding * 6); }
|
> .linked.raised > button:first-child { margin-left: $nautilus_sidebar_size - (48px + $container_padding * 6); }
|
||||||
}
|
|
||||||
|
|
||||||
@else {
|
|
||||||
.path-bar-box { margin-left: $nautilus_sidebar_size - (68px + $container_padding * 2); }
|
|
||||||
entry.search { margin-left: if($placement == 'left', $container_padding * 1.5, $nautilus_sidebar_size - 74px); }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -164,10 +147,8 @@ $nautilus_sidebar_image: image($dark_sidebar_bg);
|
|||||||
|
|
||||||
@if $nautilus_style == 'stable' {
|
@if $nautilus_style == 'stable' {
|
||||||
background-image: if($trans == 'true', none, $nautilus_sidebar_image);
|
background-image: if($trans == 'true', none, $nautilus_sidebar_image);
|
||||||
}
|
} @else {
|
||||||
|
&.frame { border-right: 1px solid $header_border; }
|
||||||
@else {
|
|
||||||
&.frame { border-right: 1px solid $nautilus_borders_color; }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
list { margin-bottom: 6px; }
|
list { margin-bottom: 6px; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user