scripts: add space in notification title mor mic toggle
This commit is contained in:
@@ -32,7 +32,7 @@ notify_user() {
|
||||
play_sound "$sound_event"
|
||||
|
||||
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
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user