summaryrefslogtreecommitdiffstats
path: root/remote-notify-client.sh
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2015-07-27 15:34:28 +0200
committerFlorian Pritz <bluewind@xinu.at>2015-07-27 15:34:28 +0200
commit1bad0f4520824667e408dfac8575d92aea8148b9 (patch)
treea4d8c0b260b2af380acdabfde712a6c8f1e0af0a /remote-notify-client.sh
parent11ebc79bad89075267574a032b46eb992a0a6f32 (diff)
downloadbin-1bad0f4520824667e408dfac8575d92aea8148b9.tar.gz
bin-1bad0f4520824667e408dfac8575d92aea8148b9.tar.xz
misc changes
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'remote-notify-client.sh')
-rwxr-xr-xremote-notify-client.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote-notify-client.sh b/remote-notify-client.sh
index 5bcca11..c53fa95 100755
--- a/remote-notify-client.sh
+++ b/remote-notify-client.sh
@@ -4,7 +4,7 @@
exec 0<&-
-sup ssh mistral 'socat unix-connect:notify.sock stdout' |
+sup ssh caju 'socat unix-connect:notify.sock stdout' |
while read heading message; do
if [[ -n $heading ]]; then
notify-send --hint=int:transient:1 -t 5000 -- "${heading}" "${message}";