This commit is contained in:
Your Name
2026-07-17 19:57:48 +00:00
parent f11ddfb7fe
commit 880ee3974f
9 changed files with 649 additions and 2 deletions
+22
View File
@@ -105,6 +105,28 @@ download \
"$SCRIPT_DIR/modules/jl/assets/correct.svg" \
"correct.svg"
# ----------------------------
# Notification sounds
# ----------------------------
echo
info "Preparing notification sounds..."
mkdir -p "$SCRIPT_DIR/assets/sounds"
download \
"https://raw.githubusercontent.com/deepin-community/sound-theme-freedesktop/master/stereo/dialog-information.oga" \
"$SCRIPT_DIR/assets/sounds/notification-low.oga" \
"notification-low.oga"
download \
"https://raw.githubusercontent.com/deepin-community/sound-theme-freedesktop/master/stereo/dialog-warning.oga" \
"$SCRIPT_DIR/assets/sounds/notification-normal.oga" \
"notification-normal.oga"
download \
"https://raw.githubusercontent.com/deepin-community/sound-theme-freedesktop/master/stereo/bell.oga" \
"$SCRIPT_DIR/assets/sounds/notification-critical.oga" \
"notification-critical.oga"
# ----------------------------
# Nerd Font
# ----------------------------