From fe81695100a7d2c65090dfbf374707e5e5bc4de7 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 12 Jan 2024 22:11:59 +0200 Subject: [PATCH] Update notify. --- Documents/bin/notify | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documents/bin/notify b/Documents/bin/notify index 099037f..c6f4544 100755 --- a/Documents/bin/notify +++ b/Documents/bin/notify @@ -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;; -- GitLab