Commit fe816951 authored by nimrod's avatar nimrod
Browse files

Update notify.

parent f9a031c7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ wall () {

notify_send () {
    message="$(cat)"
    $(command -v notify-send) "$@" "$message"
    $(command -v notify-send) --icon terminal --app-name Terminal "$@" "$message"
}

nextcloud () {
@@ -42,7 +42,7 @@ fi

case "$hostname" in
    ElementaryOS) nextcloud;;
    YOGA-C930) notify_send "$@";;
    YOGA-C930|ThinkPad-T14s) notify_send "$@";;
    host01) nextcloud;;
    kodi) nextcloud;;
    mr8300) nextcloud;;