diff --git a/Documents/bin/notify b/Documents/bin/notify index e8defd4586d61a0b1fe1246f5a834f47b7c69dd6..09af6df52821e09a839157c4f519bb9b622e3abc 100755 --- a/Documents/bin/notify +++ b/Documents/bin/notify @@ -35,13 +35,13 @@ fi #FIXME: Remove domain, just hostname. case "$hostname" in - ea6350) patchbay;; - ElementaryOS) patchbay;; - host01) patchbay;; - kodi) patchbay;; - ns1) patchbay;; - ns4) patchbay;; - workbench) patchbay;; + ea6350) bell;; + ElementaryOS) bell;; + host01) bell;; + kodi) bell;; + ns1) bell;; + ns4) bell;; + workbench) bell;; YOGA-C930) notify_send "$@";; *) ;; esac