LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 04-19-2008, 03:18 AM   #1
SqdnGuns
Senior Member
 
Registered: Aug 2005
Location: Pensacola, FL
Distribution: Slackware64® Current & Arch
Posts: 1,092

Rep: Reputation: 174Reputation: 174
Talking SuperKaramba Theme for Slackware


Hola Slackers!

I just finished working on a SuperKaramba theme for my box and figured I'd share it with other Slackers.

Slackware Info Monitor is just a simple basic monitor with a touch of Slackware added to it. It includes info about your system, time, date, CPU usage, memory usage, internal/external IP addresses for eth0, and partition use.

You can tweak and customize this your self, all the info you need to do so is here:

http://karamba.sourceforge.net/?a=docs

The size of this theme is 240 X 660, no background image at all.

Hope you fellow Slackers enjoy, maybe I'll make some more now that I know it's not difficult to do.

LINK: http://kde-look.org/content/show.php?content=79238

Last edited by SqdnGuns; 04-19-2008 at 03:55 AM.
 
Old 04-19-2008, 04:44 AM   #2
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
Hey, thanks SqdnGuns!

I just adapted an old superkaramba.SlackBuild from Alien BOB; then
d/led superkaramba-0.39.tar.gz, your 79238-slackware_info_monitor.tar.gz,
and built and installed a Slackware package on my test box. It looks nice!

There are items that will take reconfiguring, but I really like it. I've
wanted a SuperKaramba monitor for a while, and this is the first one that
has been as simple, but complete, for my tastes.

The invisible theme is what I like best ... use it with GKrellM, also.
 
Old 04-19-2008, 04:48 AM   #3
SqdnGuns
Senior Member
 
Registered: Aug 2005
Location: Pensacola, FL
Distribution: Slackware64® Current & Arch
Posts: 1,092

Original Poster
Rep: Reputation: 174Reputation: 174
Quote:
Originally Posted by Bruce Hill View Post
Hey, thanks SqdnGuns!

I just adapted an old superkaramba.SlackBuild from Alien BOB; then
d/led superkaramba-0.39.tar.gz, your 79238-slackware_info_monitor.tar.gz,
and built and installed a Slackware package on my test box. It looks nice!

There are items that will take reconfiguring, but I really like it. I've
wanted a SuperKaramba monitor for a while, and this is the first one that
has been as simple, but complete, for my tastes.

The invisible theme is what I like best ... use it with GKrellM, also.
Great, glad that you like it. As you can tell, I like to keep it simple and clean.
 
Old 05-04-2008, 03:16 PM   #4
SqdnGuns
Senior Member
 
Registered: Aug 2005
Location: Pensacola, FL
Distribution: Slackware64® Current & Arch
Posts: 1,092

Original Poster
Rep: Reputation: 174Reputation: 174
Updated to include theme for Slackware 12.1

http://kde-look.org/content/show.php?content=79238
 
Old 05-04-2008, 03:19 PM   #5
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
I meant to thank you for the theme earlier but forgot. It's the first time I've actually enjoyed having a monitor sitting on my desktop (or anywhere else), and I've customized it to monitor the CPU temperature of both cores and even added a section to display the song I'm listening to in Amarok, along with the cover image. Very nice stuff -- thanks again.
 
Old 05-04-2008, 03:33 PM   #6
SqdnGuns
Senior Member
 
Registered: Aug 2005
Location: Pensacola, FL
Distribution: Slackware64® Current & Arch
Posts: 1,092

Original Poster
Rep: Reputation: 174Reputation: 174
Talking

Quote:
Originally Posted by T3slider View Post
I meant to thank you for the theme earlier but forgot. It's the first time I've actually enjoyed having a monitor sitting on my desktop (or anywhere else), and I've customized it to monitor the CPU temperature of both cores and even added a section to display the song I'm listening to in Amarok, along with the cover image. Very nice stuff -- thanks again.
I appreciate the compliment!

I wanted to do this one because everything that I have seen are to "busy"...and or a drain on resources...simple and clean, that's the way I like it.

I think I may add CPU temp for both cores as well, just been kinda lazy lately.
 
Old 05-04-2008, 03:51 PM   #7
C-Sniper
Member
 
Registered: Dec 2006
Distribution: Slackware
Posts: 507

Rep: Reputation: 33
It looks a lot like conky but seems to have better invisibility on the background, and it has the slackware logo. gonna try it out and i may end up switching.
 
Old 05-13-2008, 12:38 PM   #8
SqdnGuns
Senior Member
 
Registered: Aug 2005
Location: Pensacola, FL
Distribution: Slackware64® Current & Arch
Posts: 1,092

Original Poster
Rep: Reputation: 174Reputation: 174
Just uploaded v2.0 of this theme, you can find it here:

http://kde-look.org/content/show.php?content=80971

If anyone knows how I can get the temp for each core to use in this theme, please let me know.

I made a separate request in this thread:

http://www.linuxquestions.org/questi...ensors-641529/

For the time being, I am using the following for the core temps:

Code:
sensor=program program="cat /proc/acpi/thermal_zone/THRM/temperature | awk '{print $2}'" line=1 interval=3000
Enjoy and feel free to make some recommendations.
 
Old 05-13-2008, 01:50 PM   #9
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
SqdnGuns, I'm just using the output of the program `sensors`, which is configured to give me the temperature of each core of my AMD Athlon X2 CPU. Depending on your hardware, `sensors` can also give the temperature, (fan speed?) etc. of other hardware as well.
 
Old 05-13-2008, 02:48 PM   #10
SqdnGuns
Senior Member
 
Registered: Aug 2005
Location: Pensacola, FL
Distribution: Slackware64® Current & Arch
Posts: 1,092

Original Poster
Rep: Reputation: 174Reputation: 174
Quote:
Originally Posted by T3slider View Post
SqdnGuns, I'm just using the output of the program `sensors`, which is configured to give me the temperature of each core of my AMD Athlon X2 CPU. Depending on your hardware, `sensors` can also give the temperature, (fan speed?) etc. of other hardware as well.
Yeah, I can see all the info from the "sensors" command but I have no idea what the command should be for the theme. Below is what I am using............

Code:
sensor=program program="cat /proc/acpi/thermal_zone/THRM/temperature | awk '{print $2}'" line=1 interval=3000
I have been reading and searching but I have either overlooked it or my brain is failing to absorb it, more like the latter of the two.

Here is my "sensor" output:

Code:
k8temp-pci-00c3
Adapter: PCI adapter
Core0 Temp:
             +41°C
Core1 Temp:
             +38°C

it8716-isa-0290
Adapter: ISA adapter
VCore:     +1.10 V  (min =  +0.00 V, max =  +4.08 V)
VDDR:      +2.48 V  (min =  +0.00 V, max =  +4.08 V)
+3.3V:     +1.78 V  (min =  +0.00 V, max =  +4.08 V)
+5V:       +5.59 V  (min =  +0.00 V, max =  +6.85 V)
+12V:     +11.97 V  (min =  +0.00 V, max = +16.32 V)
in5:       +1.17 V  (min =  +0.00 V, max =  +4.08 V)
in6:       +2.86 V  (min =  +0.00 V, max =  +4.08 V)
5VSB:      +4.89 V  (min =  +0.00 V, max =  +5.13 V)
VBat:      +3.06 V
fan1:     1454 RPM  (min =    0 RPM)
fan2:     1102 RPM  (min =    0 RPM)
temp1:       +35°C  (low  =  +127°C, high =   +65°C)   sensor = diode
temp2:       +39°C  (low  =  +127°C, high =  +127°C)   sensor = thermistor
temp3:       +25°C  (low  =  +127°C, high =  +127°C)   sensor = thermistor
vid:      +1.525 V
Oi, I have headache.
 
Old 05-13-2008, 02:55 PM   #11
digger95
Member
 
Registered: Oct 2007
Location: Indiana, PA
Distribution: Slackware 14
Posts: 330

Rep: Reputation: 46
That's a really nice-looking theme SqdnGuns. Thank you!
 
Old 05-13-2008, 04:05 PM   #12
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
SqdnGuns, that's an interesting parsing problem. Mine is simple because only my CPU is being monitored and nothing else, so I just grep for °C. You'd have to come up with some interesting way of parsing that if you want to make it useful -- plus it would differ for everyone, especially if they have a different CPU (single core, quad core, intel, AMD, ...). It's really messy, so I can't really provide any consistent way to add the feature -- I just know that I figured out a way that works for me.
 
Old 05-13-2008, 06:27 PM   #13
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Yeah, it looks good. Neater and more useful than some of the stuff some people litter their desktops with.
 
Old 05-13-2008, 08:12 PM   #14
SqdnGuns
Senior Member
 
Registered: Aug 2005
Location: Pensacola, FL
Distribution: Slackware64® Current & Arch
Posts: 1,092

Original Poster
Rep: Reputation: 174Reputation: 174
Quote:
Originally Posted by T3slider View Post
SqdnGuns, that's an interesting parsing problem. Mine is simple because only my CPU is being monitored and nothing else, so I just grep for °C. You'd have to come up with some interesting way of parsing that if you want to make it useful -- plus it would differ for everyone, especially if they have a different CPU (single core, quad core, intel, AMD, ...). It's really messy, so I can't really provide any consistent way to add the feature -- I just know that I figured out a way that works for me.
Thanks, I'll see what I can figure out.........best way to learn!!
 
Old 05-13-2008, 08:13 PM   #15
SqdnGuns
Senior Member
 
Registered: Aug 2005
Location: Pensacola, FL
Distribution: Slackware64® Current & Arch
Posts: 1,092

Original Poster
Rep: Reputation: 174Reputation: 174
Quote:
Originally Posted by digger95 View Post
That's a really nice-looking theme SqdnGuns. Thank you!
Glad that you like it. Are you talking about both versions I have done?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
SuperKaramba SimpleMonit theme replica9000 Linux - Desktop 5 02-18-2007 02:00 AM
Superkaramba - Linking .theme to .py Mithrilhall Linux - Software 2 12-27-2006 01:38 PM
help with .theme in superkaramba bhert Linux - Software 11 10-06-2006 06:04 PM
Liquidweather theme doesn't work in Superkaramba; Superkaramba wont uninstall rahilrai SUSE / openSUSE 4 03-14-2006 10:22 PM
SuperKaramba Theme Help Requested Blackhawkckc Linux - Software 6 12-27-2004 08:36 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:48 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration