/[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 40 by dpavlin, Fri Jun 15 20:34:04 2007 UTC revision 55 by dpavlin, Tue Oct 2 16:10:08 2007 UTC
# Line 8  use strict; Line 8  use strict;
8  use POSIX qw/strftime/;  use POSIX qw/strftime/;
9  use File::Slurp;  use File::Slurp;
10  use Time::HiRes;  use Time::HiRes;
11  use Data::Dump qw/dump/;  eval {
12            use Data::Dump qw/dump/;
13    };
14    
15  my $dt = 3;  my $dt = 3;
16  my $acpi_every = 10;  my $acpi_every = 10;

Legend:
Removed from v.40  
changed lines
  Added in v.55

  ViewVC Help
Powered by ViewVC 1.1.26