Inxi gui - system info app

Core libraries and systems
Post Reply
Message
Author
User avatar
puppyluvr
Posts: 3470
Joined: Sun 06 Jan 2008, 23:14
Location: Chickasha Oklahoma
Contact:

Inxi gui - system info app

#1 Post by puppyluvr »

:D Hello,
Inxi is a system info cli app.
Inxi GUI for Puppy.
Run as root or spot.
Spot allows more information, but some pups spot have access issues, so both methods are covered.
Its a RoxApp, unpack and click.
Doesnt run under bash 3 due to array probs.
I can post a bash 4.1 pet in a tarball later if needed. Man pages inside directory.
Attachments
sensors-0.0.1.pet
(104.17 KiB) Downloaded 549 times
Inxi.tar.gz
(169.66 KiB) Downloaded 612 times
Last edited by puppyluvr on Sun 23 Nov 2014, 16:09, edited 2 times in total.
Close the Windows, and open your eyes, to a whole new world
I am Lead Dog of the
Puppy Linux Users Group on Facebook
Join us!

Puppy since 2.15CE...

User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#2 Post by Flash »

It looks really handy, but, my God, blue characters on a black background? What good is that? :lol:

Could you at least change the background to white or yellow, please?

User avatar
puppyluvr
Posts: 3470
Joined: Sun 06 Jan 2008, 23:14
Location: Chickasha Oklahoma
Contact:

#3 Post by puppyluvr »

:D Hello,
Inxi has 32 color configurations.
The script called "root" (in /run/inxi) controls which one in the last line.
Currently BG=black and no color config as such:

Code: Select all

urxvt -hold  -geometry 96x40 -bg black -e $dir/inxi -F &
New BG=white and color config #3.

Code: Select all

urxvt -hold  -geometry 96x40 -bg white -e $dir/inxi -F -c 3 & 
Attached is a tarred "root" with the above changes made for you.
Or you can just adjust the original -bg and add -c (1-32) and see what you like.
Attachments
newroot.tar.gz
(365 Bytes) Downloaded 517 times
Close the Windows, and open your eyes, to a whole new world
I am Lead Dog of the
Puppy Linux Users Group on Facebook
Join us!

Puppy since 2.15CE...

User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#4 Post by Flash »

Thanks. :D

I tried "yellow" for the background instead of white. It sure is an attention getter. :shock:

User avatar
Geoffrey
Posts: 2355
Joined: Sun 30 May 2010, 08:42
Location: Queensland

#5 Post by Geoffrey »

Edit: updated bash and inxi to the latest versions, that changed the layout slightly, so changed the Xdialog size to suit.

Piped through Xdialog with the color turned off.

Code: Select all

inxi -Fc 0 | Xdialog --title "Inxi System Info" --no-cancel --textbox - 32 70
Attachments
inxi-Xdialog-2.png
(45 KiB) Downloaded 639 times
[b]Carolina:[/b] [url=http://smokey01.com/carolina/pages/recent-repo.html]Recent Repository Additions[/url]
[img]https://dl.dropboxusercontent.com/s/ahfade8q4def1lq/signbot.gif[/img]

User avatar
puppyluvr
Posts: 3470
Joined: Sun 06 Jan 2008, 23:14
Location: Chickasha Oklahoma
Contact:

#6 Post by puppyluvr »

:D Hello,
Great idea piping it through Xdialog!
I couldn't post the bash pet here its too large.
Close the Windows, and open your eyes, to a whole new world
I am Lead Dog of the
Puppy Linux Users Group on Facebook
Join us!

Puppy since 2.15CE...

User avatar
neerajkolte
Posts: 516
Joined: Mon 10 Feb 2014, 07:05
Location: Pune, India.

#7 Post by neerajkolte »

Works in Fatdog64 700b2.
Thanks.

- Neeraj.
"One of my most productive days was throwing away 1000 lines of code."
- Ken Thompson

“We tend to overestimate the effect of a technology in the short run and underestimate the effect in the long run.â€￾
- Amara’s Law.

User avatar
Mike Walsh
Posts: 6351
Joined: Sat 28 Jun 2014, 12:42
Location: King's Lynn, UK.

#8 Post by Mike Walsh »

Just now come across this. Nice one, puppyluvr.

Handy to know about the background colour option (same as for pupmessage), and the various text colour combinations available by adding the '-c (1-32)' parameter.

Hint; if anybody has trouble getting it to fire up the first time, put the 'Inxi' RoxApp into its permanent location, where you want to keep it. Fire it up the first time by using the full $PATH via the terminal. After this, it seems to be happy merely clicking on the RoxApp to start it. It's not the first time I've had to do this with RoxApps..!

Here it is, running in Precise 571, with my personal, modified choice of colors:-

[Click to enlarge:-]


Image


Mike. :wink:

Post Reply