From 0ea9173f66089f0fc27a9d2751a44e15c16ca235 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 12 Jun 2012 16:48:00 +0100 Subject: [PATCH 1/1] example can run other programs --- example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example b/example index 6d3eb65..bd05b17 100755 --- a/example +++ b/example @@ -25,7 +25,8 @@ applet::setup-tooltip { puts VIS } { puts INVIS } applet::tooltip-set "line\nanother" proc cmdline {id orientation} { - return [list xacpi-simple -into $id] + global argv + return [concat $argv $id] } applet::setup-subproc cmdline -- 2.30.2