This commit is contained in:
Vince 2021-04-11 12:10:13 +08:00
parent f056e82388
commit 062b643627
2 changed files with 8 additions and 2 deletions

View file

@ -192,6 +192,8 @@ $nautilus_sidebar_image: image($dark_sidebar_bg);
// row style
@if $nautilus_style == 'stable' {
margin: 0 0;
&:hover {
transition: background-image 0;
background-repeat: no-repeat;
@ -356,8 +358,6 @@ $nautilus_sidebar_image: image($dark_sidebar_bg);
> stack {
background-color: $base_color;
// &:dir(ltr) { border-radius: 0 0 ($wm_radius+2) 0 }
// &:dir(rtl) { border-radius: 0 0 0 ($wm_radius+2) }
}
> stack:not(:only-child) {

View file

@ -181,6 +181,12 @@ else
prompt -w "DASH TO DOCK: You may need to logout to take effect."
fi
if [[ "${firefox}" == 'true' && "${edit_firefox}" == 'true' ]]; then
echo; prompt -e "ERROR: Don't mix use option '-f' and '-e' ! "
echo; prompt -i "Please install it again just use '-f' or '-e' !"; echo
exit 0
fi
if [[ "${firefox}" == 'true' || "${edit_firefox}" == 'true' ]]; then
if [[ "${firefox}" == 'true' ]]; then
echo; prompt -i "Installing '${name}' Firefox theme..."