/[scripts]/trunk/dwm-status.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/dwm-status.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 73 by dpavlin, Mon Mar 24 13:26:30 2008 UTC revision 74 by dpavlin, Thu Apr 3 18:39:38 2008 UTC
# Line 190  while ( 1 ) { Line 190  while ( 1 ) {
190          print $out;          print $out;
191          if ( $awesome ) {          if ( $awesome ) {
192                  open(my $fh, '|-', 'awesome-client') || die "can't pipe to awesome-client: $!";                  open(my $fh, '|-', 'awesome-client') || die "can't pipe to awesome-client: $!";
193                  print $fh "0 widget_tell dwm-status text $out\n";                  print $fh "0 widget_tell mystatusbar dwm-status text $out\n";
194                  close($fh);                  close($fh);
195          }          }
196    

Legend:
Removed from v.73  
changed lines
  Added in v.74

  ViewVC Help
Powered by ViewVC 1.1.26