You are not logged in.
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)
.files
dnyy in IRC & Urban Terror
Offline
This is a cool app, I've seen it before 
Maybe this should be the default screengrabber in #! Crunchbang ??
Hopefully, this would be placed in the new board for apps when it shows up 
/Niels
Registered Linux user #133791 > Get counted at http://counter.li.org
-----------------------------------------------------------------------
So Many Things To Do, And No Time For Nuts !
Offline
As everyone can see, my ascii skills are limited. If anyone makes a better looking logo, feel free to post or send me the file and I'll update the original post.
dnyy; tried to get script and got "500 Internal Server Error".
Yeah, no clue why that's happening, but I e-mailed my host about it. 
Edit: This is fixed now. The file name having .pl in it was messing it up, the server was trying to execute it as a perl script.
Like the idea of this script!
The original is the arch script right?
Yupyup, I've always liked seeing it in arch screenshots. 
Last edited by dannytatom (2009-01-15 22:44:08)
.files
dnyy in IRC & Urban Terror
Offline
dannytatom, nice work! I love these types of scripts, I am going to have a play around with it later tonight. Thank you for sharing! 
Offline
Thank ya. 
Last edited by dannytatom (2009-01-16 06:40:02)
.files
dnyy in IRC & Urban Terror
Offline
Hi is their anyway this can be re uploaded somewhere or a new one made? Your links are dead.
Offline
Nevermind I found one on the Ubuntu Forums, It doesn't have the #! but if someone wants I guess they could edit it.
chmod +x info.plLast edited by patrickstein (2009-08-21 18:21:18)
Offline

I've updated the script to show Crunchbang’s theme info including the Openbox theme, GTK and icon theme names, the ASCII art isn't pretty and was borrowed from the original paste bin. Download it here.
Of course you will need to
chmod +x cbinfo.plLast edited by jinnstar (2009-08-22 22:30:55)
Offline
@Jinnstar: When I try to download it, I get site not found?
Offline
@Jinnstar: When I try to download it, I get site not found?
Fixed!! Sorry about that!
Offline
patrickstein wrote:@Jinnstar: When I try to download it, I get site not found?
Fixed!! Sorry about that!
Thanks for editing for use who have no scripting skills hardly.
Offline
I've updated the script to show the GTK theme as well as the Openbox theme.
Offline
I've updated the script to show the GTK theme as well as the Openbox theme.
For me it just is showing the Openbox theme now?
Offline
Script has been updated again, this time providing all of the proper info.
Offline
Script has been updated again, this time providing all of the proper info.
Works Great, Thanks Jinnstar.
Offline
Script has been updated again, this time I've fixed the screenshot feature. When you run the script it will take a screenshot after a 5 second delay.
Offline
if you want to change the ascii art here is a good page http://www.network-science.de/ascii/
I say never be complete, I say stop being perfect, I say lets evolve, let the chips fall where they may.
Offline
if you want to change the ascii art here is a good page http://www.network-science.de/ascii/
Thanks iggykoopa.
I've updated it again, this time having it place the screenshot into the users home directory vs in the working directory of the script itself. Still playing with the art though 
Offline
Added what is now called CBInfo to GitHub.
http://github.com/jinnstar/CBInfo
Offline
Is it possible to have this script automatically open a terminal, then run? Just so one could put it in the menu, and it would work automatically.
Offline
terminator --command="cbinfo" will actually execute the script, however the terminal window does not stay open for more than a second before closing. There may be another way I'm not sure.
Offline
terminator --command="cbinfo" will actually execute the script, however the terminal window does not stay open for more than a second before closing. There may be another way I'm not sure.
Something like below might do the trick:
terminator --command="cbinfo && echo 'Press enter to exit>' && read"Offline
Something like below might do the trick:
terminator --command="cbinfo && echo 'Press enter to exit>' && read"
Unfortunately the window still disappears. Thanks though! 
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.