public
Description: A desktop widget that display informations about CPU speed, temperature and so on through OSD
Homepage:
Clone URL: git://github.com/kratorius/osdwidget.git
kratorius (author)
Mon Apr 06 06:29:43 -0700 2009
commit  c9007744fbf3da3e77fae30cb137ec31a9700d12
tree    c599f20804aedac6b56c0ca8677f2e57d2a65720
parent  3fcfc5870c6215190d56d9ad8e638293d3ddb904
osdwidget / README
100644 15 lines (11 sloc) 0.734 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OSDWidget is a python script that display informations like CPU speed, battery
temperature and other stuff through OSD.
 
I created this small project for myself. This means that it is very coupled
with my working environment and it may not work correctly or may not work at
all on other environments. As a consequence of this, I haven't publicized nor
published this project anywhere, so if you came across this README means that
you somewhat found it through google or equivalent source :)
 
Anyway, if you're brave enough to download, use it and write patches to make
it work on a broader audience, feel free to contact me or to push patches in
this GIT tree.
 
As as a side note, this project is distributed using the GPLv2 license.