According to man notify-send,
Code:
OPTIONS -u, --urgency=LEVEL Specifies the urgency level (low, normal, critical). -t, --expire-time=TIME The duration, in milliseconds, for the notification to appear on screen. (Ubuntu's Notify OSD and GNOME Shell both ignore this parameter.)
I can extend the time for which the notification is on the screen with notify-send --expire-time=50000 "DONE" but I want a notification to go away only when I dismiss it. Is that possible?
My tea-timer (sudo apt install kteatime) tells me it's possible to have a notification stay visible until dismissed. Does "KDE" have its own notification system? If so, where is that info to allow users to have their own custom notifications?
Comment