feat: send transient notification

This commit is contained in:
alterNERDtive 2024-02-18 18:53:02 +01:00
parent 0476868da6
commit a479640492
Signed by: alterNERDtive
GPG key ID: 547787A4FE6533F1

View file

@ -162,7 +162,7 @@ function sendNotification() {
local message="PID $PID"
notify-send "${title}" "${message}" -t "$NOTIF_TIMEOUT" -a Coolant
notify-send -e "${title}" "${message}" -t "$NOTIF_TIMEOUT" -a Coolant
}
function args() {