pWidgets 2.5.8

Window managers, icon programs, widgets, etc.
Message
Author
User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

#2281 Post by trio »

Sigmund :!:

BUG:

fixwidgets:

you forget to put this line after update sidebar:

/usr/local/apps/Wallpaper/set_bg /usr/share/backgrounds/Pwidgets_background

it is fatal for sidebar, cannot show!

thanks

User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

#2282 Post by trio »

Sigmund,

another bug (not that fatal):

fixwidgets:

/usr/local/pwidgets/box_splash &

but there's no box_splash there? :?

Cheers :wink:

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#2283 Post by 01micko »

Trio

I thought something was wrong! But I've been using spup and I thought "ah well...", like the gxmessage ... er .. " bug" :lol:

All

Wiki site for Pwidgets is moved! This is part of the restructuring of puppylinux.org. Thanks coolpup 8) .

http://www.puppylinux.org/wiki/software ... s/pwidgets

I expect Sigmund will update fixwidgets and pwidgets scripts soon. :)

Sigmund, if you want I can make the updated /user/local/pwidgets/pwidgets file (or extract from new version :wink: ) and host on HOWTO thread with a link from wiki for people who do not wish to upgrade.

Cheers

Mick
Last edited by 01micko on Sat 18 Apr 2009, 15:38, edited 1 time in total.
Puppy Linux Blog - contact me for access

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#2284 Post by zigbert »

Thanks guys
fixes and link added in 2.0.7-1

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#2285 Post by 01micko »

zigbert wrote:Thanks guys
fixes and link added in 2.0.7-1
Thank you Sigmund :mrgreen:
Puppy Linux Blog - contact me for access

User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

#2286 Post by trio »

thanks for the fixed release Ziggy..

I made an enhancement on analog clock plugin..NOW WITH AUTO PREVIEW
Attachments
clockplugin.jpg
(29.28 KiB) Downloaded 893 times
clock_plugin_update.pet
(1.87 KiB) Downloaded 298 times

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#2287 Post by 01micko »

Trio

Well buddy... you've done it again! Nice! Saving clicks is like money in the bank :lol:

Trying wallsetter soon... old box..spup.. :)

(you know I'll test granny's speed in her slippers :lol: )
Puppy Linux Blog - contact me for access

User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

#2288 Post by trio »

Guys :lol: :lol:
Attachments
sidebar_preview.jpg
(43.23 KiB) Downloaded 871 times
sidebar_plugin_update.pet
(1.77 KiB) Downloaded 289 times

User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

#2289 Post by trio »

Sigmund,

tried your "hover" function, I can't choose & apply...how? :roll:

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#2290 Post by zigbert »

trio
didn't I post clock-widget-code in your wallpaper post :oops:

This one applies clock-skin when user click. No need of an 'apply' button.

Code: Select all

   <tree rules_hint=\"true\" hover_selection=\"true\">
    <variable>SKINS</variable>
    <label>Available clock skins</label>
    <height>250</height><width>200</width>
	<action signal=\"cursor_changed\">. $WIDGET_DIR/functions -preview &</action>
    <action signal=\"button-press-event\">. $WIDGET_DIR/functions -apply</action>
    $TREE_ITEMS
   </tree>

User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

#2291 Post by trio »

Sigmund

No prob, you can always comment on anything in my threads..hehehe :)

Anyway, that script is not really suitable for older computer, it will be a bit sluggish when scrolling down the list in hover mode..

User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

#2292 Post by trio »

Sigmund,

can <chooser> activate <action> ? can't seem to hack the puppy regular wallpaper to do so...

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#2293 Post by zigbert »

I think (haven't looked into it) you must use my alternative filebrowser widget (the one I made for Pburn). You'll find it here

davec51
Posts: 530
Joined: Thu 13 Apr 2006, 22:31
Location: Virginia

Help with Mail Widget

#2294 Post by davec51 »

Can anyone show me how to configure the mail widget for my gmail account? I've done everything I can think of to the mail script and configure files in /root/.pwidgets, but with no luck.

User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

Re: Help with Mail Widget

#2295 Post by trio »

davec51 wrote:Can anyone show me how to configure the mail widget for my gmail account? I've done everything I can think of to the mail script and configure files in /root/.pwidgets, but with no luck.
well, the author Rob/Tasmod dropped the project as he got important thing in his real life...it is not a done project...

for the time being use this (make a txt file and put it in ~/.pwidgets/configs

Code: Select all

#this is a Pwidgets config file
#GMail - dropped by Tasmod, Modified by Trio
#### PWIDGETS #####

HEIGHT=60
OFFSET_X_LEFT=40
OFFSET_X_RIGHT=40


#### CONKY ####
#COLORS --- 0:headings 1:base-info 2:extra-info 3:markers 5:green 6:red
#Colors are defined in theme-files, - NOT here.
color0 6AA2B1
color1 aaaaaa
color2 white
color3 00F0FF
color5 499D3A
color6 red


background yes
own_window yes
own_window_type roxdesktop
#own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_transparent yes
own_window_colour hotpink
double_buffer yes
total_run_times 0
update_interval 1
minimum_size 140 5
draw_shades yes
draw_outline no
draw_borders no
stippled_borders 2
border_margin 4
border_width 1
default_color white
default_shade_color 333333
default_outline_color red
no_buffers yes
uppercase no
use_spacer none
#font fixed
use_xft yes
xftfont monofonto:size=16

#put your googlemail name in user and remove brackets
#if gmail change googlemail to gmail (do not remove %40 and %2E numbers) 
#put your password in pass and remove brackets
TEXT
$alignc ${color2}GMail
$alignc New Mail: ${color2}${execi 60 wget -O - https://"(user)%40gmail%2Ecom":"(pass)"@mail.google.com/mail/feed/atom --no-check-certificate > $HOME/.pwidgets/tmp/getter.html}${execi 60 echo "`cat $HOME/.pwidgets/tmp/getter.html | grep '<fullcount>'  |  cut -d '<' -f 2 | grep '>' | cut -d '>' -f2`"}

User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

#2296 Post by trio »

Sigmund,

I've modified puppy wallpaper setter with ideas from your file browser, now it can show preview..it's at Wallpaper express thread (my signature)
Last edited by trio on Tue 21 Apr 2009, 16:19, edited 1 time in total.

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#2297 Post by 01micko »

Hello Blingy Boys and everyone else who likes Bling :)

Thanks muchly to tasmod, I am happy to announce the release of MoonPhase widget with plugin 8) Nothing fancy, just two radio buttons offering Northern or Southern Hemisphere. (Sorry to those who live on the equator or the poles :( )

NB> I'm just wondering ... Now I made this similar to Weather, with tmp file... can I delete the tmp file with something like

echo rm $HOME/.pwidgets/tmp/pwidgets-M-tmp >> $HOME/.pwidgets/tmp/pwidgets-exec_conky

:?: at the end of the func?

Cheers all

Mick :mrgreen:
Attachments
MoonPhase_with_plugin-0.1.pet
(2.35 KiB) Downloaded 341 times
Puppy Linux Blog - contact me for access

User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

#2298 Post by trio »

01micko wrote:Hello Blingy Boys and everyone else who likes Bling :)

Thanks muchly to tasmod, I am happy to announce the release of MoonPhase widget with plugin 8) Nothing fancy, just two radio buttons offering Northern or Southern Hemisphere. (Sorry to those who live on the equator or the poles :( )

NB> I'm just wondering ... Now I made this similar to Weather, with tmp file... can I delete the tmp file with something like

echo rm $HOME/.pwidgets/tmp/pwidgets-M-tmp >> $HOME/.pwidgets/tmp/pwidgets-exec_conky

:?: at the end of the func?


Cheers all

Mick :mrgreen:
:lol:

aah, that's what you've been upto..

No, don't do that to pwidgets-exec_conky

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#2299 Post by 01micko »

aah, that's what you've been upto..
hehe.. just tonight... yesterday was "real life"! :lol:

Cheers bro.... any way to delete the temp?
Puppy Linux Blog - contact me for access

User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

#2300 Post by trio »

01micko wrote:
aah, that's what you've been upto..
hehe.. just tonight... yesterday was "real life"! :lol:

Cheers bro.... any way to delete the temp?
yes,

just put:

rm bla bla tmp

at the end of the -apply)

Post Reply