Page 1 of 162

Posted: Sun 16 Nov 2008, 10:18
by 01micko
ttuuxxx said
Hey micko, Like your desktop, I noticed you have 2 shortcuts with ".desktop" attached to the icon name, To get rid of that, Just right click on the icon and select "Edit item" then delete or rename it Smile
in the box labeled
"The text displayed under the icon is"
ttuuxxx
Done and done! Thanks. But the real accolades go to Zigbert (and of course yourself :lol: ) for my desktop. And also must mention Hairy Will, WhoDo and disciple.

Posted: Sun 16 Nov 2008, 11:30
by zigbert
01micko

Have you configured the fonts for Pwidgets? It uses 'monotone' as default. With this font spacing in calender will be correct, and alignments of the different widgets becomes correct.

Could it be that my package didn't install the font correct?

A very nice desktop :!:

Sigmund

Posted: Sun 16 Nov 2008, 12:04
by 01micko
Zigbert said
Have you configured the fonts for Pwidgets? It uses 'monotone' as default. With this font spacing in calender will be correct, and alignments of the different widgets becomes correct.

Could it be that my package didn't install the font correct?
No, I did nothing. Didn't even notice! lol. Was so wrapped up in analog clock that all else blew by!

Posted: Sun 16 Nov 2008, 13:11
by zigbert
If you look at your first screenshot in this thread, everything is ok.

/usr/share/fonts/default/TTF/MONOFONT.TTF is the one you need.
Something must have gone wild during your second install of Pwidgets.

You can either try to install another time, or just copy this font from the pet package.
If you rename pwidgets-0.1.pet to pwidgets-0.1.pet.tar.gz you can just click on it and xarchive will open it.

With the best widget greetings
Sigmund

Posted: Sun 16 Nov 2008, 17:25
by esmourguit
Bonjour,
Very nice tool indeed.
But calender is a bit bizarre. The first week is only six days. And the 1st is thursday when the 2nd is sunday.
What did I do wrong?
Version 4.11.
Cordialement ;)

Posted: Sun 16 Nov 2008, 17:45
by zigbert
Sorry guys, my fault!

You must run these 2 commands in terminal to update installed fonts:
mkfontscale /usr/share/fonts/default/TTF
mkfontdir /usr/share/fonts/default/TTF

Hope this solves it.
Please give feedback.


Sigmund

Posted: Sun 16 Nov 2008, 18:36
by sintot
What about a weather widget?

I have coded a very easy script (but I'm not good on scripting :-) ):

Code: Select all

grep `curl -s "http://rss.accuweather.com/rss/liveweather_rss.asp?metric=1&locCode=EUR|ES|SP013|Madrid"|grep -A2 'description>Currently'|grep gif|sed 's/\// /g'|sed 's/_/ /g'|awk {'print $8'}` /root/scripts/format.txt|awk '{print $2}'
It downloads the weather from the rss of accuweather (in this case for Madrid), and translates into a weather.ttf letter, using format.txt:

Code: Select all

01        a
02        b
03        c
04        c
05        b
06        c
07        d
08        e
11        v
12        g
13        g
14        g
15        f
16        f
17        f
18        h
19        k
20        k
21        k
22        j
23        k
24        x
25        k
26        k                
30        z
31        x
32        w
33        O
34        l
35        m
36        n
37        m
38        n
39        q
40        r
41        p
42        p
43        u
44        u
The result, in the image.

Posted: Sun 16 Nov 2008, 19:01
by esmourguit
Bonjour,
@Zigbert
You must run these 2 commands in terminal to update installed fonts:
mkfontscale /usr/share/fonts/default/TTF
mkfontdir /usr/share/fonts/default/TTF
Thank you, it works well now. I had to restart X.
Cordialement ;)

Posted: Sun 16 Nov 2008, 22:08
by puppyluvr
:D Hello,
@Zigbert, never mind about the root window, I figured it out...
Wanting to use it with E-16, so root window it is...
Great program, great Job!!!!

Posted: Mon 17 Nov 2008, 02:11
by 01micko
Zigbert said
If you look at your first screenshot in this thread, everything is ok.

/usr/share/fonts/default/TTF/MONOFONT.TTF is the one you need.
Something must have gone wild during your second install of Pwidgets.

You can either try to install another time, or just copy this font from the pet package.
If you rename pwidgets-0.1.pet to pwidgets-0.1.pet.tar.gz you can just click on it and xarchive will open it.
Thanks for that, all fixed :mrgreen:

Posted: Mon 17 Nov 2008, 11:03
by headfound
Pwidgets works great, its really nice.

Two little problems though.
1) in my puppy 4 install it takes a long time for the transparency to work. It will start with dark boxes (displaying information) then slowly each box will turn transparent but sometimes only if I open a full screen app like seamonkey.

2) in the latest macpup, the windows overlap badly and are out of alignment. Is this due to the bar at the top of the screen?

fantastic work :)

Posted: Mon 17 Nov 2008, 18:10
by zigbert
sintot
It would be great with a weather widget. 8)
Would you kindly explain in detail what I need. please post everything. conkyrc, script, font, ...


headfound
1) in /usr/sbin/fixwidgets there is a 'sleep 2'. Please increase this, and see what happens. Do you have a low-powered system?

2) I am not thinking of support of other systems than official Puppy. - Sorry.


Sigmund

Posted: Mon 17 Nov 2008, 20:41
by 01micko
Quick question, I managed to change all the colours I wanted except the hands of the clock (the rest of the clock I painted over in mtpaint,lol). How is this done? I notice puppylvr you did it. Thx.

Posted: Mon 17 Nov 2008, 20:46
by zigbert
See /root/.xonclockrc

Posted: Mon 17 Nov 2008, 21:00
by 01micko
Zigbert said
See /root/.xonclockrc
Thanks, qiuck response! lol

Posted: Mon 17 Nov 2008, 23:43
by headfound
Thanks for the reply Zigbert.
I have increased it a little but it doesn't help the speed of transparency.
My system is reasonably fast amd3000+.

Good news however! I booted into macpup and pwidgets worked perfectly and with instant transparency. Even if you are not supporting other systems, its good to know it works :)

Posted: Tue 18 Nov 2008, 00:44
by sintot
Hi:
Here are the scripts for the weather widget.
WeatherIcon:

Code: Select all

#!/bin/sh
#AccuWeather icon, using weather.ttf
#USAGE: WeatherIcon <locationcode>
#Sintot
METRIC=1 #Should be 0 or 1; 0 for F, 1 for C
LOCCOD="EUR|ES|SP013|Madrid"
if [ -z $1 ] && [ -x $LOCCOD ] ; then
	echo
        echo "USAGE: $0 [locationcode]"
        echo
        exit 0;
elif [ ! -z $1 ] ; then
        LOCCOD=$1
fi
curl -s "http://rss.accuweather.com/rss/liveweather_rss.asp?metric=1&locCode=$LOCCOD">/tmp/Weather.tmp
SIMBOL=`cat /tmp/Weather.tmp|grep -A2 'description>Currently'|grep gif|sed 's/\// /g'|sed 's/_/ /g'|awk {'print $8'}`
case $SIMBOL in
  01 )
	echo "a"
	;;
  02 )
	echo "b"
	;;
  03 )
	echo "c"
	;;
  04 )
	echo "c"
	;;
  05 )
	echo "b"
	;;
  06 )
	echo "c"
	;;
  07 )
	echo "d"
	;;
  08 )
	echo "e"
	;;
  11 )
	echo "v"
	;;
  12 )
	echo "g"
	;;
  13 )
	echo "g"
	;;
  14 )
	echo "g"
	;;
  15 )
	echo "f"
	;;
  16 )
	echo "f"
	;;
  17 )
	echo "f"
	;;
  18 )
	echo "h"
	;;
  19 )
	echo "k"
	;;
  20 )
	echo "k"
	;;
  21 )
	echo "k"
	;;
  22 )
	echo "j"
	;;
  23 )
	echo "k"
	;;
  24 )
	echo "x"
	;;
  25 )
	echo "k"
	;;
  26 )
	echo "k"
	;;
  30 )
	echo "z"
	;;
  31 )
	echo "x"
	;;
  32 )
	echo "w"
	;;
  33 )
	echo "O"
	;;
  34 )
	echo "l"
	;;
  35 )
	echo "m"
	;;
  36 )
	echo "n"
	;;
  37 )
	echo "m"
	;;
  38 )
	echo "n"
	;;
  39 )
	echo "q"
	;;
  40 )
	echo "r"
	;;
  41 )
	echo "p"
	;;
  42 )
	echo "p"
	;;
  43 )
	echo "u"
	;;
  44 )
	echo "u"
	;;
 esac
Weather:

Code: Select all

#!/bin/sh
cat /tmp/Weather.tmp| perl -ne 'if (/Currently/) {chomp;/\<title\>Currently: (.*)?\<\/title\>/; print "$1"; }'|sed 's/C$/ÂșC/'
.conkyrc:

Code: Select all

TEXT
$alignc${color #9C8F5B}Weather
${color #777777}${font weather:size=42}${execi 10 /root/.pwidgets/scripts/WeatherIcon "EUR|ES|SP017|BILBAO"}${font}${voffset -10}  ${color #777777}${execi 10  /root/.pwidgets/scripts/Weather}

The font is in http://img.dafont.com/dl/?f=weather

The only thing you have to do is put your location in conkyrc.

Cheers

Posted: Tue 18 Nov 2008, 09:31
by WhoDo
zigbert wrote:Warren
The config button opens geany with the widgets config file(s). Maybe it would be better to rename button to 'Edit config file'.

There is no configs for the analog clock. But you can change the clock by setting another skin. The file is /root/.pwidgets/configs/Clock-analog.png
Thanks, Sigmund. Sorry it took so long to acknowledge your post - I've been away in another city on business.

Boy, the enthusiasm for Pwidgets is great! By the time it is launched on the rest of the Linux world in Puppy 4.2 we should have an awesome, functional front end with minimal resources! Well done, mate! 8)

Cheers,

Posted: Tue 18 Nov 2008, 13:07
by 01micko
@Zigbert
I am having lots of fun hacking up (lol, I'm no hacker) your software!
@all other onlookers
lots of clock skins at this site http://www.clocx.net/index.php
It'swindow$ software but you can install it in windows if you like and get to the .png images or download them separately.

EDIT: Howto skin the analog clock

Posted: Tue 18 Nov 2008, 19:43
by zigbert
sintot
THANK YOU !!!

A great explanation! The weather widget is now integrated into Pwidgets, but there are 2 issues:
1.) The weather font is not freeware. Is there any other font we could use?
2.) How can I know the code for my location? "EUR|ES|SP017|BILBAO" works great for some, but not for most. I looked at accuweather, but couldn't find info about the codes. The conkyrc file should contain MANY examples of big cities around the world.

I checked my location, but the closest is Trondheim, 500 km away.
I guess I have to look out my window to check the weather. :)


Thank you again
Sigmund