This commit is contained in:
vinceliuice 2024-10-30 21:10:25 +08:00
parent 207c4d9496
commit 3610588e6d
13 changed files with 70 additions and 7 deletions

View File

@ -185,8 +185,8 @@ else
prompt -i "Opacity variants : $( IFS=';'; echo "${opacities[*]}" )"
prompt -i "Alt variants : $( IFS=';'; echo "${alts[*]}" )"
prompt -i "Scheme variants : $( IFS=';'; echo "${schemes[*]}" )"
prompt -i "Icon variant : ${icon}"
prompt -i "Nautilus variant : ${nautilus_style}"
prompt -i "Start icon style : ${icon}"
prompt -i "Nautilus style : ${nautilus_style}"
echo; install_themes; echo; prompt -s "Done!"

View File

@ -115,7 +115,7 @@ prepare_swupd() {
install_swupd_packages() {
if [[ ! "${swupd_packages}" ]]; then
swupd_packages="$(curl -s -o - "${swupd_url}" | awk -F '"' '/-bin-|-lib-/{print $2}')"
swupd_packages=$(curl -s -o - "${swupd_url}" | awk -F '"' '/-bin-|-lib-/{print $2}')
fi
for key in "${@}"; do

View File

@ -14,11 +14,9 @@ N_VARIANTS=('' '-nord')
install() {
remove_themes; customize_theme; avoid_variant_duplicates
local schemes=("${SCHEME_VARIANTS[@]}")
install_themes
echo; prompt -s "Install GNOME ${RELEASE_VERSION} version finished!\n"
local schemes=("${SCHEME_VARIANTS[1]}")
install_themes
echo; prompt -s "Install GNOME ${RELEASE_VERSION} Nord version finished!\n"
}
compress() {
@ -41,6 +39,24 @@ compress() {
done
}
release_info() {
rm -rf ${RELEASE_DIR}/release-info.txt
echo >> release-info.txt
echo "VERSION: (GNOME-SHELL) ${RELEASE_VERSION}" >> ${RELEASE_DIR}/release-info.txt
echo >> ${RELEASE_DIR}/release-info.txt
echo "RELEASE TIME: $(date)" >> ${RELEASE_DIR}/release-info.txt
echo >> ${RELEASE_DIR}/release-info.txt
echo "--->>> GTK | GNOME Shell | Cinnamon | Metacity | XFWM | Plank <<<---" >> ${RELEASE_DIR}/release-info.txt
echo "Color variants : $( IFS=';'; echo "${colors[*]}" )" >> ${RELEASE_DIR}/release-info.txt
echo "Theme variants : $( IFS=';'; echo "${themes[*]}" )" >> ${RELEASE_DIR}/release-info.txt
echo "Opacity variants : $( IFS=';'; echo "${opacities[*]}" )" >> ${RELEASE_DIR}/release-info.txt
echo "Alt variants : $( IFS=';'; echo "${alts[*]}" )" >> ${RELEASE_DIR}/release-info.txt
echo "Scheme variants : $( IFS=';'; echo "${SCHEME_VARIANTS[*]}" )" >> ${RELEASE_DIR}/release-info.txt
echo "Start icon style : ${icon}" >> ${RELEASE_DIR}/release-info.txt
echo "Nautilus style : ${nautilus_style}" >> ${RELEASE_DIR}/release-info.txt
}
#GNOME_VERSION="3-28"
#RELEASE_VERSION="-3-38"
#install && compress
@ -50,6 +66,7 @@ GNOME_VERSION="47-0"
RELEASE_VERSION="47.0"
install && compress
prompt -i "Compress ${THEME_NAME} themes finished!\n"
release_info
prompt -s "Done!"; echo
exit 0

34
release-info.txt Normal file
View File

@ -0,0 +1,34 @@
VERSION: (GNOME-SHELL) 47.0
2024年 10月 30日 星期三 20:53:18 CST
--->>> GTK | GNOME Shell | Cinnamon | Metacity | XFWM | Plank <<<---
Color variants : Light;Dark
Theme variants : default
Opacity variants : normal;solid
Alt variants : normal
Scheme variants : standard
Start icon style : apple
Nautilus style : stable
VERSION: (GNOME-SHELL) 47.0
2024年 10月 30日 星期三 20:53:52 CST
--->>> GTK | GNOME Shell | Cinnamon | Metacity | XFWM | Plank <<<---
Color variants : Light;Dark
Theme variants : default
Opacity variants : normal;solid
Alt variants : normal
Scheme variants : standard
Start icon style : apple
Nautilus style : stable
VERSION: (GNOME-SHELL) 47.0
2024年 10月 30日 星期三 20:54:12 CST
--->>> GTK | GNOME Shell | Cinnamon | Metacity | XFWM | Plank <<<---
Color variants : Light;Dark
Theme variants : default
Opacity variants : normal;solid
Alt variants : normal
Scheme variants : standard
Start icon style : apple
Nautilus style : stable

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

12
release/release-info.txt Normal file
View File

@ -0,0 +1,12 @@
VERSION: (GNOME-SHELL) 47.0
RELEASE TIME: 2024年 10月 30日 星期三 21:08:48 CST
--->>> GTK | GNOME Shell | Cinnamon | Metacity | XFWM | Plank <<<---
Color variants : Dark;Light
Theme variants : default
Opacity variants : normal;solid
Alt variants : normal
Scheme variants : standard;nord
Start icon style : apple
Nautilus style : stable