X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=brc;h=5e8776de929ba02c83b63df934724fa29561b49e;hb=110af45c7f752203344f1578302be6c9103fd851;hp=4e02122cccc6f72ae3d3acf9b882783b692ec455;hpb=76e48ba447b07a216b6dc8786617bb0d6544858d;p=distro-setup diff --git a/brc b/brc index 4e02122..5e8776d 100644 --- a/brc +++ b/brc @@ -1751,14 +1751,14 @@ mkdir() { command mkdir -p "$@"; } nags() { # https://github.com/HenriWahl/Nagstamon/issues/357 - if ! pgrep -f /usr/lib/notification-daemon/notification-daemon >/dev/null; then - /usr/lib/notification-daemon/notification-daemon & + if ! pgrep -f /usr/bin/dunst >/dev/null; then + /usr/bin/dunst & fi /usr/bin/nagstamon & } prof() { - if ! pgrep -f /usr/lib/notification-daemon/notification-daemon >/dev/null; then - /usr/lib/notification-daemon/notification-daemon & + if ! pgrep -f /usr/bin/dunst >/dev/null; then + /usr/bin/dunst & fi profanity "$@" }