This commit is contained in:
vinceliuice
2021-01-15 21:53:32 +08:00
parent 20b2df9b66
commit 28dca9474a
2 changed files with 375 additions and 3 deletions

View File

@@ -264,11 +264,11 @@ UBUNTU_NEW_THEME_FILE="/usr/share/gnome-shell/theme/gnome-shell.css"
UBUNTU_YARU_THEME_FILE="/usr/share/gnome-shell/theme/Yaru/gnome-shell-theme.gresource"
install_gdm() {
local GDM_THEME_DIR="${1}/${2}${3}"
local YARU_GDM_THEME_DIR="$SHELL_THEME_FOLDER/Yaru/${2}${3}"
local GDM_THEME_DIR="${1}/${2}${3}${4}${5}"
local YARU_GDM_THEME_DIR="$SHELL_THEME_FOLDER/Yaru/${2}${3}${4}${5}"
echo
prompt -i "Installing ${2}${3} gdm theme..."
prompt -i "Installing ${2}${3}${4}${5} gdm theme..."
if [[ -f "$GS_THEME_FILE" ]] && command -v glib-compile-resources >/dev/null ; then
prompt -i "Installing '$GS_THEME_FILE'..."