From dfa7e2bc24bb9dfb82bb7289ef3b15335d01abd6 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Wed, 21 Sep 2016 08:12:36 +0200 Subject: notification-daemon: replace notify-send --- notification-daemon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notification-daemon') diff --git a/notification-daemon b/notification-daemon index 85c4ffb..8a9ddc0 100755 --- a/notification-daemon +++ b/notification-daemon @@ -2,7 +2,7 @@ while line = STDIN.gets if line.strip != "" - `ratpoison -c "echo #{line.strip.split("\n").map {|i| i.strip }.reject {|i| i==''}.join '\n'}"` + `ratpoison -c "echo #{line.strip.split("\n").map {|i| i.strip }.reject {|i| i==''}.join('\n').gsub(/^notify-send : /, '')}"` end end -- cgit v1.2.3