forked from Shinonome/dots-hyprland
record script: adjust message case
This commit is contained in:
@@ -22,7 +22,7 @@ if pgrep wf-recorder > /dev/null; then
|
|||||||
pkill wf-recorder &
|
pkill wf-recorder &
|
||||||
else
|
else
|
||||||
if ! region="$(slurp 2>&1)"; then
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user