This commit is contained in:
Vince 2021-05-09 12:22:13 +08:00
parent 6de213b984
commit aadc1b9ebc
2 changed files with 5 additions and 2 deletions

View File

@ -351,6 +351,7 @@ remove_packy() {
install_themes() { install_themes() {
start_animation start_animation
process_ids=() process_ids=()
install_beggy
install_beggy_blur install_beggy_blur
for opacity in "${opacities[@]}"; do for opacity in "${opacities[@]}"; do

View File

@ -1580,7 +1580,9 @@ row#AutostartTitle.tweak {
// separator of sidebar on Gnome control center and Gnome tweaks // separator of sidebar on Gnome control center and Gnome tweaks
window.background.csd { window.background.csd {
> hdyleaflet, > leaflet, > box.horizontal { > hdyleaflet,
> leaflet, > leaflet.unfolded,
> box.horizontal {
> separator.vertical { > separator.vertical {
@extend %side_separator; @extend %side_separator;
} }
@ -2451,7 +2453,7 @@ window.background.csd {
border-bottom-right-radius: $wm_radius; border-bottom-right-radius: $wm_radius;
} }
> box.vertical > searchbar > revealer > box { background-color: $base_color; } // > box.vertical > searchbar > revealer > box { background-color: $base_color; }
} }
} }