This repository has been archived on 2022-02-20. You can view files and clone it, but cannot push or open issues/pull-requests.
bash-shell-base/modules/utility/notify.sh

9 lines
111 B
Bash

function dtnotify () {
(notify-send "$1") &
}
function login_notify () {
(sleep 10;notify-send "$1") &
}