--- trunk/dwm-status.pl 2008/03/24 13:16:57 72 +++ trunk/dwm-status.pl 2008/03/24 13:26:30 73 @@ -190,7 +190,7 @@ print $out; if ( $awesome ) { open(my $fh, '|-', 'awesome-client') || die "can't pipe to awesome-client: $!"; - print $fh "0 widget_tell dwm-status $out\n"; + print $fh "0 widget_tell dwm-status text $out\n"; close($fh); }