Page 5 of 5

Posted: Tue 12 Jan 2010, 17:26
by joel
and here is two clock skins I fiddled with. The cat one is a bit small but it works, and its just such a classic clock.

fadebar

Posted: Sat 16 Jan 2010, 04:39
by tubeguy
I made a fadebar with transparency, works better for me, thought I would share.

Posted: Fri 29 Jan 2010, 19:08
by kevin-dell1100
Hi all, I recently upgraded my pwidgets to 2.2.3 and I like how things are looking on my desktop.

However, I have a problem: You mentioned putting new clock skins into the /root/.pwidgets/clock_skins (or whatever the exact directory was) or using the /root/.pwidgets/themes for templates to make one's own personalized sidebar, clock, calendar, etc. etc. The problem for me is that my /.pwidgets has only four directories: misc, profiles, temp, and widgets. When I click on the "Misc" folder, the only file is my current analog clock skin. The other folders have various things in them, but I don't see the list of skins I know are there because pwidgets allows me to choose and load them. Any suggestions of how to find these other clock skins or where to save new skins I like?

I really really like the pocket-watch skin posted by Joel! I plan to work on something similar, but need to figure out this above-mentioned problem first.

Thanks for any help!

Posted: Fri 29 Jan 2010, 20:03
by 01micko
Ahh kevin-dell1100,

The clock skin directory has moved since Pwidgets 2.2x, neglected to mention that.. sorry!

The directory you need now is /usr/local/pwidgets/widgets/clock_skins.

Actually, I might even write a simple app to make installing clockskins super easy for Pwidgets.

Cheers

Posted: Fri 29 Jan 2010, 22:20
by 01micko
Ok I made it...

Pwidgets-Clockinstaller

It is a simple GUI to install any .png clock skin into Pwidgets. Just open the app , open a rox window where you saved the clock skin (doesn't matter where) and drag the clock skin to the box.. what could be simpler? There is a menu entry in Desktop or you can start from a command with "pwidgets-clockinstaller".

NOTE: Only supports Pwidgets-2.2X and later, if someone wants to hack it for older Pwidgets, be my guest. I do not plan to add features, someone might like to make a sidebar installer, the code would be very similar. I do not plan to support this app, unless there is a bug I missed somewhere.

Have fun!

Cheers

Posted: Sun 31 Jan 2010, 01:44
by kevin-dell1100
01micko, thanks so much for the .pet file to install new clock skins! I mostly just wanted the pocketwatch, but we'll see if I choose other ones later.

I'd show you all my desktop, but I haven't figured out how to use my "print screen" button. Maybe need to configure something differently.

Anyway, you'll just have to take my word for it that my desktop is looking pretty awesome.

Thanks again!

Posted: Sun 31 Jan 2010, 02:03
by 01micko
check the menu.. Graphic>mtpaint snapshot

save your shot , resize to 600 wide and upload to forum, or leave big and post to your website (or another host) and link to it in "My Puppy is more gorgeous than yours" thread :wink: :lol:

Cheers

Posted: Mon 01 Feb 2010, 18:22
by kevin-dell1100
How do you make a transparent background for your clocks? For graphics-editing programs, I have: mtPaint and InkLite. Maybe there's a different application someone can suggest? Or am I missing something in these programs?

Also, how does one change the font for icons?

Posted: Mon 01 Feb 2010, 19:39
by joel
Gimp is the program you need, it is basically a generic Adobe Photoshop. In there you can change the opacity under "Dialogs->Layers" theres a slider bar to do so, 80ish is usually a good setting.

And which icons do you mean? The ones on the desktop or in a window? Those are controlled by ROX-Filer, go into a window right click on the white, empty part and go to options. This has all the options for ROX-Filer there and then you can change all that stuff. I dont know if you can change the font though. I never tried.

Posted: Sun 07 Feb 2010, 23:17
by 01micko
Hi guys

Here are some clocks I extracted from a KDE SuperKaramba clock package (SuperKaramba is the widget engine used in KDE3)

Personally, I think they need some tweaking in the Gimp. :wink:

Also added another I found and tweaked. (The clear one, looks good on dark background with white hands)

Posted: Sat 13 Feb 2010, 01:48
by joel
I like them, nice 8)

Three Clock Faces

Posted: Tue 23 Feb 2010, 00:59
by UberNoob
Enjoy these everybody!

Posted: Sat 17 Apr 2010, 23:03
by dejan555
Felt like putting back pwidgets on my desktop again and immidietly had to make a new clockskin :lol:

Another try of mine to make a darkish clock, plus I attach .xcf file, consider it a "source" :) you can easily make your own clockskin if you have any GIMP knowledge by tweaking colors/ modifying layers etc... Just change mode to rgb first. I did a quick green variant instead grayscale one, here are the skins:

Image

Image

XCF: black-smooth.png.xcf.gz

Looking for a theme...

Posted: Wed 26 May 2010, 17:04
by Flash858
Looking for the "Greyscale" theme for pwidgets that I believe debuted in Deep Thought. Anyone know where I can get it?

Thanks in advance!

Posted: Mon 04 Jul 2011, 21:52
by 8-bit
If you have Pwidgets installed, and the Puppyname looks lame, here is something I did after checking /tmp/xerrs.log.

Open /usr/local/pwidgets/widgets/scripts.
Copy "Puppylinux" to "PuppyName".

I did this in lucid 520 and instead of it showing "520" when I would select the Puppylinux widget, it now shows "Lucid Puppy 5.2.0".
So evidently the Pwidgets script is looking for "PuppyName" and that file does not exist.
By doing the fix I suggested, it now finds the script it is looking for and all works.

If this has been brought up before, I apologize for the interruption.

2 Color themes

Posted: Thu 13 Dec 2012, 20:35
by Flash858
Well, I answered my own question, and just created a couple of theme files that are close to the original greyscale theme. Just copy to text, and save in a folder with the filename "main" in usr/local/pwidgets/widgets/themes/yournameoftheme. I just call these Greyscale, and Grey 2 respectively.

Code: Select all

#COLORS --- 0:headings 1:base-info 2:extra-info 3:markers 5:green 6:red
color0 333333
color1 FFFFFF
color2 EBEBEB
color3 222222
color5 FCFCFC
color6 C8C8C8

#CLOCK HANDS COLORS
color-hour=0/0/0/255
color-minute=0/0/0/255
For the Greyscale theme. and

Code: Select all

#COLORS --- 0:headings 1:base-info 2:extra-info 3:markers 5:green 6:red
color0 F2F2F2
color1 F0F0F0
color2 EBEBEB
color3 222222
color5 FCFCFC
color6 C8C8C8

#CLOCK HANDS COLORS
color-hour=0/0/0/255
color-minute=0/0/0/255
for the Grey2 theme. They are quite similar, the latter just has white lettering for some widgets. I wish I could contribute more, but I'm not a developer unfortunately...