
dualcore
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Basic Gkrellm replacement, focusing on CPU utilization, but including memory output, network usage and hard drive / mounted drive output.
Narrow footprint similar to gkrellm to be less obtrusive than some other resource monitors around.
13 years ago
Changed the default appearance position in the .theme file which is the likely cause it was not appearing on some screens.
Sorry about the bungle :)
13 years ago
Changed the default appearance position in the .theme file which is the likely cause it was not appearing on some screens.
Sorry about the bungle :)
billydv
13 years ago
I have beeen able to change some other stuff but not the temps.
Report
chakkerz
13 years ago
In the theme for each core there is a line looking something like:
text x=98 y=30 sensor=program program="sensors | grep temp1: | awk '{ print $2 }' | sed 's/+//' | line 1" align=right interval=500
Add a -f to the sensors:
text x=98 y=30 sensor=program program="sensors -f | grep temp1: | awk '{ print $2 }' | sed 's/+//' | line 1" align=right interval=500
And it's in Fahrenheit.
I'm currently working on another version of this theme, the plan is to make it more configurable ... or rather so it is configurable. I've added this to the design spec. That said give me a little while, I'm currently undergoing a crash course in python :)
Report
k0l0b0k
13 years ago
OS: Gentoo ~x86 latest.
Report
chakkerz
13 years ago
cheers, chakkerz
Report
chakkerz
13 years ago
KARAMBA x=1400 y=200 w=120 h=715 locked=false
to something like:
KARAMBA x=400 y=200 w=120 h=715 locked=false
If your resolution is too small this would make it appear of screen.
Sorry ... very dumb newbie mistake :)
Report