
Talv Monitor
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
A superkaramba monitor with all the basic information in a small space.
features are:
* cpu ussage
* calendar, uptime
* free space on ram, swap, partitions
* net traffic
* free space in patitions
* Xmms control only in version 1.1
14 years ago
Add a new background and fix small things
********************
Update Link Download.
********************
add a xmms control
------
script "/sbin/ip" has been fixed
14 years ago
Add a new background and fix small things
********************
Update Link Download.
********************
add a xmms control
------
script "/sbin/ip" has been fixed
joyo222
14 years ago
The monitor looks great! I have one suggestion. I have a dual-core, so the vendor & model name for the CPU was showing up twice and overlapping.
Piping the output through 'uniq' fixed it, so it only shows up once.
Report
overkill
14 years ago
can u create trasparent background version please?
Report
mnazri
14 years ago
can u please make it with /home partition free space monitor?
thanks
Report
joyo222
14 years ago
here's all I did to get a /home monitor. Copy all the lines pertaining to root and add 50 to the y values. Then change all the '/'s to /home (and the label to Home).
that should do it for you.
Report
joyo222
14 years ago
Report
mfeerf
14 years ago
This karamba theme is very useful, but I found a little bug: if the name of the kernel is too long (ex. 2.6.18-rc5-git6-2-default) then exceeds the margins of the window. This problem again with KDE 3.5.4 Level "a", which is overwrited by the Qt version.
Report
neolithium
14 years ago
PS- Great looking widget though; I'm adding another few things to customize it for just me, but you did a very nice job! Has all the good characteristics, no fancy garbage, simple and very useful.
Report
rokkford
15 years ago
1. the user name is shown twice, any idea for this?
2. any possibility to get amarok working instead of xmms?
Report
rokkford
15 years ago
Report
poplamen
15 years ago
I just made xmms controls work, using the xmmsctrl, but i still can't get the song title display working.
What should i do?
Thanks!
Report
koral
15 years ago
You rock :-))) Other songs like that in your playlist?
Report
IntruderBG
15 years ago
Just to say theme is EXCELENT. I translate it to my language so I wanted to say you to know.
Report
VemeC
15 years ago
can you send me the modification to my mail?
Report
Fragging
15 years ago
There are some things which I do not need though, for example the date and time which are already displayed on the KDE Panel But I'll figure out how to edit the theme myself.
Report
jwagner
15 years ago
The only quibble is that /sbin/ifconfig is probably more widely used than /sbin/ip for getting the ip address. Gentoo doesn't come with this script, for example. Simply replacing the line:
text x=100 y=355 sensor=program program="/sbin/ip addr show eth0 | grep 'inet ' | cut -d t -f2 | cut -d / -f1 | cut -b 2-"| sed -e 's/.*: //'" interval=600000
with:
text x=100 y=355 sensor=program program="/sbin/ifconfig eth0 | grep 'inet ' | cut -d : -f2 | cut -d ' ' -f1" interval=600000
should make your theme more compatible with people's systems. Otherwise great theme. Thank you.
Report
VemeC
15 years ago
the script has been fixed.
Cya
Report
antiNeo
15 years ago
When I downloaded it, the updated script was not yet uploaded... but...
After fixing it, it only shows the stupid net-mask thinggey (I wouldn't know what to call it) from my router, 10.128.128.177. Maybe it would be more accurate if it could get the ip from outside sources? Just a thought.
AWESOME theme, though. Sittin on my desktop as we speak!
Report
VemeC
15 years ago
the first or the second with the script updated?
sorry about my english
Report
antiNeo
15 years ago
Since the updated script didn't work, I just entered in my IP address manualy, so it's all good.
To avoid triple posting, I'd like to request adding a CPU temp and a graph of ram usage on top of the CPU graph.
Report