update
This commit is contained in:
parent
6de213b984
commit
aadc1b9ebc
2 changed files with 5 additions and 2 deletions
|
@ -351,6 +351,7 @@ remove_packy() {
|
|||
install_themes() {
|
||||
start_animation
|
||||
process_ids=()
|
||||
install_beggy
|
||||
install_beggy_blur
|
||||
|
||||
for opacity in "${opacities[@]}"; do
|
||||
|
|
|
@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue