bvc Posted March 31, 2004 Share Posted March 31, 2004 (edited) I'm using one of these http://www.wincustomize.com/skins.asp?libr...=29&SkinID=3749 for my gdeskles clock but all I've seen are black clock hands which do not show very well. Anyone know of light colored hands? Thanks! Edited March 31, 2004 by bvc Link to comment Share on other sites More sharing options...
william Posted March 31, 2004 Share Posted March 31, 2004 (edited) bvc, I was just trying to figure out how to make gdesklets load this clock as a new display. I downloaded the zip. file but only png files inside. I went to /usr/share/gdesklets folder and find a folder full of png files. In my ~/.gdesklets directory there wasn't any file or folder that could give me an idea of how make it work. Actually, I don't have any clock display installed, could you let me know how to make these icons work with gdesklets? Edited March 31, 2004 by william Link to comment Share on other sites More sharing options...
liquidzoo Posted March 31, 2004 Share Posted March 31, 2004 bvc: I could be wrong, but I think you just have to edit either the display or the sensor file and look for the color of the clock hands. It might be tricky to find, but it should be there. william: You have to find your display file for whatever clock you are using, and it's corresponding gfx/ folder. Replace the clock png in the gfx/ folder with the new one. If you name it the same, you won't have to change anything in the display file. If not, you have to edit the display file and look for where it says icon="gfx/xclock.png" (or whatever it says) and replace that with the name of your png. Link to comment Share on other sites More sharing options...
bvc Posted March 31, 2004 Author Share Posted March 31, 2004 rt LZ. Did that answer your question william? Duh, for some silly reason I assumed there were actual images.....but there's not. When I find the code I'll post it.....in win2k rt now. Link to comment Share on other sites More sharing options...
william Posted March 31, 2004 Share Posted March 31, 2004 thank you guys!!! Link to comment Share on other sites More sharing options...
bvc Posted March 31, 2004 Author Share Posted March 31, 2004 oh, and in case you/anyone doesn't know or see....you have to change the size from 192x192 to 128x128 Link to comment Share on other sites More sharing options...
bvc Posted March 31, 2004 Author Share Posted March 31, 2004 (edited) file:/usr/share/gdesklets/Sensors/Clock/__init__.py # analogue clock signal.set("hands", "clear, color gray, " "polygon %(gfx_hour)s 1, " "polygon %(gfx_minute)s 1," "color red," "polygon %(gfx_second)s 1" % vars()) set: color gray to the color of your choice :woops: default was black. Edited March 31, 2004 by bvc Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now