--- trunk/dwm-status.pl 2008/03/24 13:26:30 73 +++ trunk/dwm-status.pl 2008/04/03 18:39:38 74 @@ -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 text $out\n"; + print $fh "0 widget_tell mystatusbar dwm-status text $out\n"; close($fh); }