View Single Post
Posts: 326 | Thanked: 335 times | Joined on Feb 2010
#9
Guys i would like to remember you a small treak ..

If you have even a QBW that displays the maximum CPU clock ... you shoud use this string to upgrade even the clock QBW.

Code:
<command_to_change_frequency>; run-standalone.sh dbus-send --session --type=method_call --dest=oh.no.more.qbw /oh/no/more/qbwidX oh.no.more.qbw.update_content
You have to edit the commands of the two QBW adding a ; with the string ..

NOTE : you have to replace idX with the beecon id of the clock widget ...

For example, if your clock widget has id9 (you can see the number in the widget settings, near the title) the string will be

<command_to_change_frequency>; run-standalone.sh dbus-send --session --type=method_call --dest=oh.no.more.qbw /oh/no/more/qbwid9 oh.no.more.qbw.update_content