
CPU Meter Screenlet (Updated with animation)
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
This screenlet shows cpu/memory usage. Vista'ish look.
The original one: http://gnome-look.org/content/show.php/CPU+Meter+Screenlet+vista%27ish+look?content=64599
Originally made by Helder Fraga aka Whise
Modified by Walmis
13 years ago
Added smooth animations for the cpu needle. The smoothness is adjustable in options dialog.
1.01 - Fixed memory not updating bug
1.02 - Few drawing bugs fixed
1.03 - Some improvements, hopefully fixes the wrong cpu usage reporting
13 years ago
Added smooth animations for the cpu needle. The smoothness is adjustable in options dialog.
1.01 - Fixed memory not updating bug
1.02 - Few drawing bugs fixed
1.03 - Some improvements, hopefully fixes the wrong cpu usage reporting
drxnele
13 years ago
Report
SweetthD3ViL
13 years ago
Nice work
Report
Whise
13 years ago
Report
sitan108
13 years ago
Great work! :)
Report
walmis
13 years ago
Report
sitan108
13 years ago
thx
Report
walmis
13 years ago
Report
sitan108
13 years ago
Report
adriannvl
13 years ago
Quote:if self.cpu_update:
mem = self.get_mem()
self.last_mem = mem
else:
mem = self.last_mem
to:
Quote:#if self.cpu_update:
mem = self.get_mem()
#self.last_mem = mem
#else:
#mem = self.last_mem
Carrefull with the indentation or the script will fail
Report
adriannvl
13 years ago
Report
ketilwaa
13 years ago
Report