Cobra Forum

Linux => New to Ubuntu => Topic started by: mahesh on Sep 20, 2023, 07:07 AM

Title: notify-send
Post by: mahesh on Sep 20, 2023, 07:07 AM
running 20.04
trying to get notify send not to time out
the below times out after a few seconds
no matter where i put the -t and input time doesnt help

#!/bin/bash
notify-send "remember system suspend 23:00" -t -5
tks