Fix notifications in recording mode
This commit is contained in:
parent
307f026e9d
commit
1810959292
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue