From 1810959292510d12f8531f18335b2bb9f32cd51a Mon Sep 17 00:00:00 2001 From: Alexander Oakman Date: Sat, 24 Aug 2024 19:47:33 +0300 Subject: [PATCH] Fix notifications in recording mode --- usr/share/sway/scripts/recorder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/share/sway/scripts/recorder.sh b/usr/share/sway/scripts/recorder.sh index 5b77da1..6909ac4 100755 --- a/usr/share/sway/scripts/recorder.sh +++ b/usr/share/sway/scripts/recorder.sh @@ -16,7 +16,7 @@ countdown() { notify() { line=$1 shift - notify-send "Recording" "${line}" -i /usr/share/icons/Yaru/scalable/devices/camera-video-symbolic.svg "$*" + notify-send "${line}" -i /usr/share/icons/Yaru/scalable/devices/camera-video-symbolic.svg "$@" } if [ $status != 0 ]; then