scripts: add space in notification title mor mic toggle

This commit is contained in:
2025-06-12 00:51:50 +03:00
parent 3472b39e45
commit 67f72f907d

View File

@@ -32,7 +32,7 @@ notify_user() {
play_sound "$sound_event" play_sound "$sound_event"
if [[ -n "$NOTIFY_SEND_CMD" ]]; then if [[ -n "$NOTIFY_SEND_CMD" ]]; then
"$NOTIFY_SEND_CMD" -a "MicrophoneToggle" -i "$icon_name" \ "$NOTIFY_SEND_CMD" -a "Microphone Toggle" -i "$icon_name" \
"Microphone" "Microphone is $status_msg" -t 500 "Microphone" "Microphone is $status_msg" -t 500
fi fi
} }