From 1f4112966927fecfe098b5efe9ce3575020ef773 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 15 Jun 2025 09:16:25 +0200 Subject: [PATCH] record script: adjust message case --- .config/hypr/hyprland/scripts/record.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/hypr/hyprland/scripts/record.sh b/.config/hypr/hyprland/scripts/record.sh index 320d8a28c..547f482ea 100755 --- a/.config/hypr/hyprland/scripts/record.sh +++ b/.config/hypr/hyprland/scripts/record.sh @@ -22,7 +22,7 @@ if pgrep wf-recorder > /dev/null; then pkill wf-recorder & else if ! region="$(slurp 2>&1)"; then - notify-send "Recording Cancelled" "Selection was Cancelled" -a 'Recorder' + notify-send "Recording cancelled" "Selection was cancelled" -a 'Recorder' exit 1 fi