Fixed gnome 50 issues

This commit is contained in:
Vince
2026-05-24 10:06:37 +08:00
parent 7ce45b4593
commit d688a58a62
3 changed files with 9 additions and 1 deletions

View File

@@ -1096,6 +1096,7 @@ libadwaita_base() {
shell_base() {
cp -rf "${THEME_SRC_DIR}/main/gnome-shell/_shell-base"{".scss","-temp.scss"}
sed $SED_OPT "/\GNOME_SHELL/s/46/$SHELL_VERSION/" "${THEME_SRC_DIR}/main/gnome-shell/_shell-base-temp.scss"
sed $SED_OPT "/\widgets/s/46-0/$GNOME_VERSION/" "${THEME_SRC_DIR}/main/gnome-shell/_shell-base-temp.scss"
if [[ "${GNOME_VERSION}" == '3-28' ]]; then