
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
TransG - a Gentoo/GNU/Linux Theme for Superkaramba
v0.4.0b
Made for Gentoo Linux, intel core2 quad, nvidia vga (requires nvclock 8 beta4).
For any suggestions don't hesitate to contact me ([email protected])
11 years ago
v0.4.0b
Changes:
- added support for 4 CPUs
- changed nvclock support to version 8 beta4
- changed from kde 3.x to kde 4.x
- and some small fixes
v0.3.9
Fixes in this version:
- RAM bar lenght
- Network show ip
- CPU model text
New features in this version:
- Added Nvidia vga support
- Card details
- GPU temp and fan speed
- Portage last sync date
- HDD barload
v0.3
Fixed cpu graph
Added a transparent background
v0.2
Added 2 graphs for cpu0 and cpu1
New icons
v0.1
First release
11 years ago
v0.4.0b
Changes:
- added support for 4 CPUs
- changed nvclock support to version 8 beta4
- changed from kde 3.x to kde 4.x
- and some small fixes
v0.3.9
Fixes in this version:
- RAM bar lenght
- Network show ip
- CPU model text
New features in this version:
- Added Nvidia vga support
- Card details
- GPU temp and fan speed
- Portage last sync date
- HDD barload
v0.3
Fixed cpu graph
Added a transparent background
v0.2
Added 2 graphs for cpu0 and cpu1
New icons
v0.1
First release
stemar
13 years ago
On the begin I had difficulty to get the ip script running. Firstly, as I use nationalized environment, there was no "inet addr" string in ifconfig output. Secondly, I modified the script to handle the situation when no ip address assigned yet. Also not sure if the original displayed MAC address as well. Please check modified ip script:
Quote:#!/bin/bash
iface=eth0
LANGUAGE=C
MYIP=$(ifconfig $iface | grep "inet addr" | cut -d ":" -f 2 | cut -d " " -f 1) && echo ${MYIP:-unknown}
MAC=$(ifconfig eth1 | grep "HWaddr") && echo ${MAC/*HWaddr}
Report
msbart29
13 years ago
I would like to change the network interfaces but i don't know take it. Which file can I to modify for this and how take it ?
Sorry for my English, I am French :s.
Bye!.
Report
msbart29
13 years ago
You just edit file "transg.theme" in line 75 and replace "eth0" by your ID network interface and replace "grep 'inet addr:" by "grep 'inet adr:".
If you understand my message .....
Sorrrrrrrrrrrrrry!
Report
gmr
14 years ago
Report
gmr
14 years ago
btw: the karamba design is great ;)
Report
zergling
14 years ago
Report
gmr
14 years ago
btw: the karamba design is grat ;)
Report
zergling
14 years ago
And if you vote "bad" ples comment why.
Report
tariqzia
14 years ago
Report
zergling
14 years ago
i think is from kde-look
i'm more interested in karamba theme, not wallpaper :d
Report