From aadc1b9ebc62d09e4755478fdf62f0e4b67f4a93 Mon Sep 17 00:00:00 2001 From: Vince Date: Sun, 9 May 2021 12:22:13 +0800 Subject: [PATCH] update --- lib-install.sh | 1 + src/sass/gtk/_applications-3.0.scss | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lib-install.sh b/lib-install.sh index 538f510..ee2a778 100755 --- a/lib-install.sh +++ b/lib-install.sh @@ -351,6 +351,7 @@ remove_packy() { install_themes() { start_animation process_ids=() + install_beggy install_beggy_blur for opacity in "${opacities[@]}"; do diff --git a/src/sass/gtk/_applications-3.0.scss b/src/sass/gtk/_applications-3.0.scss index 314eb96..4729ec8 100644 --- a/src/sass/gtk/_applications-3.0.scss +++ b/src/sass/gtk/_applications-3.0.scss @@ -1580,7 +1580,9 @@ row#AutostartTitle.tweak { // separator of sidebar on Gnome control center and Gnome tweaks window.background.csd { - > hdyleaflet, > leaflet, > box.horizontal { + > hdyleaflet, + > leaflet, > leaflet.unfolded, + > box.horizontal { > separator.vertical { @extend %side_separator; } @@ -2451,7 +2453,7 @@ window.background.csd { border-bottom-right-radius: $wm_radius; } - > box.vertical > searchbar > revealer > box { background-color: $base_color; } + // > box.vertical > searchbar > revealer > box { background-color: $base_color; } } }