Description: Just a transparent Info Scheme that needs very little editing. Just edit the info_systema.theme in your favorite editor and your crackin. Comes with your choice of AMD or Intel chipsets. The Netgraph has been optimized to reflect actualy net useage on a typical broadband line.
Enjoy.
PS.. this requires Karamba.. DOH =P you can get more info on karamba at http://users.student.lth.se/d98hk/karamba/
I like this theme alot. However, just want to give You a good advice.
Most people that writes themes like this makes them really good and useful. But, sometimes the code doesn't really look that good. In your case, the line that looks like this:
cat /proc/cpuinfo | grep 'model name' | sed -e 's/.*: //' is a little of overdoing and it has one side effect. It's not acctually anything wrong with it, but if a user has a machine with two or more cores/cpus the resulting line becomes two.
The solution for this is to use the small and easy program uname with -p as argument. The result is the same but only one line.
Happy hacking!!
//Oskar
Thanks (=
I was hoping some people would appreciate that aspect. Im glad you guys seem to like this scheme. I will try to post up some other nifty plugins in the near future.
Ratings & Comments
3 Comments
I like this theme alot. However, just want to give You a good advice. Most people that writes themes like this makes them really good and useful. But, sometimes the code doesn't really look that good. In your case, the line that looks like this: cat /proc/cpuinfo | grep 'model name' | sed -e 's/.*: //' is a little of overdoing and it has one side effect. It's not acctually anything wrong with it, but if a user has a machine with two or more cores/cpus the resulting line becomes two. The solution for this is to use the small and easy program uname with -p as argument. The result is the same but only one line. Happy hacking!! //Oskar
It`s good that someone thinks about making 2 Versions for Intel and AMD users... most of the Karamba styles have only one Version and that sucks.
Thanks (= I was hoping some people would appreciate that aspect. Im glad you guys seem to like this scheme. I will try to post up some other nifty plugins in the near future.