fix: fix notifications emotes
This commit is contained in:
parent
12ea059e05
commit
467dc53b69
@ -16,9 +16,9 @@ if [ -z "$chosen" ]; then
|
|||||||
exit
|
exit
|
||||||
else
|
else
|
||||||
if sudo -A umount "$chosen" ; then
|
if sudo -A umount "$chosen" ; then
|
||||||
notify-send " USB unmounting" "$chosen unmounted."
|
notify-send " USB unmounting" "$chosen unmounted."
|
||||||
else
|
else
|
||||||
notify-send -u "critical" -t 3000 " USB ERROR" "Unmounting failed."
|
notify-send -u "critical" -t 3000 " USB ERROR" "Unmounting failed."
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user