as laasonen said (btw, nice avatar =P) it's calendar home widget, a replace of the default calendar made by nicolai and the widgets are not by me, but for minhtrimatrix, it's a rainmeter theme called morph and the weather widget it's based on and iphone4 theme called revi-krs i just tried to port (?) them (kind of) to QBW oh, battery icon is this one, but modified to look like the rest, and change mha instead of voltage, thanx to dr_frost_dk here also, if anyone knows a better way to get the current cpu usage, share it pls, this was the only one i found EDIT.: 27/05/2011 i've redone the entire set of weather, now weather-one does all the job while the other widgets are barely outputs, this way consumes less ram and less cpu #note: delete all widgets of the previous version and re import each beacon again INSTALL extract the .queen_beecon_dir folder to /home/user/.queen_beecon_dir also you'll need ubuntu and droid fonts, if you dont have it, just extract the font folder to /opt/usr/fonts battery and cpu usage are single beacons, but wifi and weather are various beacons working as one so, import them and rearrange to look like the screen (or not) for weather, add import the beacons (wet-icon, wet-desc, wet-temp, wet-place) this beacons does nothing, they are used as result of weather-one inside weather-one command, you have to change the "XXXX0000" to your city code, get it from here search for your city and you will see the code of it in the url (as http://www.weather.com/weather/today/XXXX0000) they usually (if not always) are 4 letters and 4 numbers. for example, url for Buenos Aires, Argentina is Code: http://www.weather.com/weather/today/ARBA0009 so code is ARBA0009 optional, if you don't like/use the metric system, you can change the "unit=M" for "unit=F" finaly, you have to replace the id<id ...> for the id of each widget (wet-icon, wet-desc, wet-temp, wet-place), in the command, run-standalone.sh dbus-send --session --type=method_call --dest=oh.no.more.qbw /oh/no/more/qbwid<id wet-desc> oh.no.more.qbw.set_param_string string:"instanceCmd" string:"exit 1" string:"update_content"; for example, if your wet widgets are id9, id10, id 11..etc, command should be Code: .... run-standalone.sh dbus-send --session --type=method_call --dest=oh.no.more.qbw /oh/no/more/qbwid9 oh.no.more.qbw.set_param_string string:"instanceCmd" string:"...." string:"update_content"; ... run-standalone.sh dbus-send --session --type=method_call --dest=oh.no.more.qbw /oh/no/more/qbwid10 oh.no.more.qbw.set_param_string string:"instanceCmd" string:"..." string:"update_content"; .... etc etc download here is the alarm icon, it goes in /opt/usr/share/icons/<youriconpack>/18x18/hildon/
http://www.weather.com/weather/today/ARBA0009
.... run-standalone.sh dbus-send --session --type=method_call --dest=oh.no.more.qbw /oh/no/more/qbwid9 oh.no.more.qbw.set_param_string string:"instanceCmd" string:"...." string:"update_content"; ... run-standalone.sh dbus-send --session --type=method_call --dest=oh.no.more.qbw /oh/no/more/qbwid10 oh.no.more.qbw.set_param_string string:"instanceCmd" string:"..." string:"update_content"; .... etc etc