Skip to content
Snippets Groups Projects
Commit fe816951 authored by nimrod's avatar nimrod
Browse files

Update notify.

parent f9a031c7
No related branches found
No related tags found
No related merge requests found
......@@ -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;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment