Storm
11 July 2024 01:05
21
# WARNING: Please make this shell not working-directory dependant, for example
# instead of using 'ls blabla', use 'ls "${REPO_DIR}/blabla"'
#
# WARNING: Don't use "cd" in this shell, use it in a subshell instead,
# for example ( cd blabla && do_blabla ) or $( cd .. && do_blabla )
set -Eeo pipefail
if [[ ! "${REPO_DIR}" ]]; then
echo "Please define 'REPODIR' variable"; exit 1
elif [[ "${WHITESUR_SOURCE[@]}" =~ "lib-core.sh" ]]; then
echo "'lib-core.sh' is already imported"; exit 1
fi
WHITESUR_SOURCE=("lib-core.sh")
###############################################################################
# VARIABLES #
###############################################################################
This file has been truncated. show original
Can you check you gnome-shell directory if there's any leftover of WhiteSur?
/.local/share/gnome-shell/extensions
1 Like
Good morning. Sorry, I had to leave yesterday. Woke up today, and the theme is okay now, I think reinstalling the theme fixed, just had to reboot, thx for you help!
You can uninstall the Theme with the install Script, too.
1 Like
system
Closed
9 October 2024 13:20
24
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.