![]() |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
1 Attachment(s)
Can somebody confirm that the beecon attached in file (or in previous post) shows strange text during charging?
Maybe someone knows why? Cause in test window this text is not there? where is it from? |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
Code:
hal-device bme | awk -F"[. ]" '$5 == "is_charging" {chrg = $7}; $5 == "percentage" {perc = $7} END if (chrg == "false") {print perc "%"; exit (perc>10 ? 0 : perc>3 ? 1 : 2)} else {print "Chrg"; exit 3}' The problem is that when on charge awk exits with 255 not -1 as you would expect, even so junk text should not be displayed even if it exits with 255. This is a bug in QBW I would say. Create a QBW with the only command as: Code:
exit 255 |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
It's working now! |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
dbus-send --type=method_call --dest=com.nokia.HildonDesktop.AppMgr /com/nokia/HildonDesktop/AppMgr com.nokia.HildonDesktop.AppMgr.LaunchApplication string:"rtcom-call-ui"
its a command to Open Phone application i need to Open Phone application in QBW from Calendar ( GO TO TASKS ) can this be done ??? |
Re: Simple Calendar Task widget -- using QBW
Quote:
am very interested to put MY TASKS on my n900 desktop, i try your way but nothing happens, am wondering if i can create a qbw command so it will show me my calendar TASK its very useful for me to check my TASK like to do list on the desktop, can this be done !?!?!? thank you |
Re: Simple Calendar Task widget -- using QBW
Quote:
But now there is a much better way: Calendar Home Widget can be set to display next calendar events, or calendar events and tasks, or only tasks. So you could use this widget to display your tasks on the desktop. :) |
Re: Simple Calendar Task widget -- using QBW
Quote:
thank you . |
Re: Simple Calendar Task widget -- using QBW
Quote:
As for importing and setting up the QBW task widget, please have a look at the wiki (referenced in the first post of this thread). |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
|
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
|
All times are GMT. The time now is 09:08. |
vBulletin® Version 3.8.8