Test
This commit is contained in:
+22
@@ -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
|
||||
# ----------------------------
|
||||
|
||||
Reference in New Issue
Block a user