Topic: Info grabber for screenshots
First of all, I didn't make this script. All I did was add some crunchiness. The script allows for color, but I think black/white fits better with the #! theme.
Alright, so download the tar.gz file from here, open a terminal, and run this:
tar -xvf info.pl.tar.gzBy default it takes a screenshot 5 seconds after executing. To change that, open info.pl with the editor of your choice, and change 'my $shot' to 1 as seen below.
## Takes a screen shot if set to 0 ##
my $shot = 1;
## Command to run to take screen shot ##
my $command = "scrot -d 5"; To run it, open up a terminal and type this to run it:
perl info.plTo change which ASCII art you see, change this line to whatever you like from the list bellow (and if you make your own, be sure to share it here and I'll update it.
)
my $distro = "hanna";hanna
http://pastebin.com/faded468
dannytatom
http://pastebin.com/m6bd36adc
sandycheeks (from hanna)
http://pastebin.com/f70a735bb
Last edited by dannytatom (2009-01-17 06:15:59)
dnyy in IRC & Urban Terror
