Reply
Thread Tools
Posts: 8 | Thanked: 0 times | Joined on Aug 2011
#4181
Originally Posted by bigears5000 View Post
Just made this in a few spare minutes. All are working Queen Beecon Widgets.

please how did yo do all that theme can you tell me ??
 
Posts: 451 | Thanked: 334 times | Joined on Sep 2009
#4182
Originally Posted by RoveR.net View Post
font horny devils..
Which desktop clock app?

Or was it QBW for the clock?
 
bigears5000's Avatar
Posts: 468 | Thanked: 775 times | Joined on May 2010 @ Hereford, England
#4183
Originally Posted by Please smile View Post
please how did yo do all that theme can you tell me ??
Okay. The theme I am using is hydro-carbon with the status bar removed by using theme customizer. Everything on the desktop is queen beecon widget. The media player buttons are using windows phone 7 copy icons that I found. If you need any of the commands, just let me know.
 

The Following User Says Thank You to bigears5000 For This Useful Post:
Posts: 8 | Thanked: 0 times | Joined on Aug 2011
#4184
Originally Posted by bigears5000 View Post
Okay. The theme I am using is hydro-carbon with the status bar removed by using theme customizer. Everything on the desktop is queen beecon widget. The media player buttons are using windows phone 7 copy icons that I found. If you need any of the commands, just let me know.
yes please i want all the comands for those widgets you made they are really great

iam new in this you know so can u help me to have same theme ?
thank u very much
 
bigears5000's Avatar
Posts: 468 | Thanked: 775 times | Joined on May 2010 @ Hereford, England
#4185
Originally Posted by Please smile View Post
yes please i want all the comands for those widgets you made they are really great

iam new in this you know so can u help me to have same theme ?
thank u very much
Okay, if you are new to this, I will try to point you in the right direction. For example, for the temperature of your n900 to be displayed, you will need to have power kernel installed (have a look here http://wiki.maemo.org/Kernel_Power and for more information tap "power search" in the top right of the page and type power kernel. There are various versions of the kernel, the latest being 48, but you may want to try a previous version which will have been tested and more stable.
To show the ssid of the network you are connected to, you also need something else. You need to enable the "tools repository". More information can be found here http://wiki.maemo.org/Documentation/...5#Installation

So, depending on whether or not you decide to add power kernel and tools repository, will determine whether some of these commands work or not.

Command to show device
uname -n

Command to show various cpu information
cat /proc/version

Command to show cpu

echo ARM Cortex-A8 CPU Running @ `awk '{print $1/1000" MHz"} ' /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq`

(If you don't want "ARM Cortex-A8 CPU Running @" showing, just remove from the command and put what you want)

Command to show temperature

awk '{ print $1/10 " °C"}' </sys/class/power_supply/bq27200-0/temp

Command to show ssid

ESSID=`echo "iwconfig wlan0"|root|grep ESSID|sed "s/.*ESSID:\"//;s/\".*//"`;if [ "$ESSID" == "" ];then echo "na";else echo $ESSID;fi

See JonWW's post on this page for full information http://talk.maemo.org/showthread.php?p=978939
Hope this helps.

Last edited by bigears5000; 2011-08-27 at 19:44.
 

The Following User Says Thank You to bigears5000 For This Useful Post:
Posts: 8 | Thanked: 0 times | Joined on Aug 2011
#4186
Originally Posted by bigears5000 View Post
Okay, if you are new to this, I will try to point you in the right direction. For example, for the temperature of your n900 to be displayed, you will need to have power kernel installed (have a look here http://wiki.maemo.org/Kernel_Power and for more information tap "power search" in the top right of the page and type power kernel. There are various versions of the kernel, the latest being 48, but you may want to try a previous version which will have been tested and more stable.
To show the ssid of the network you are connected to, you also need something else. You need to enable the "tools repository". More information can be found here http://wiki.maemo.org/Documentation/...5#Installation

So, depending on whether or not you decide to add power kernel and tools repository, will determine whether some of these commands work or not.

Command to show device
uname -n

Command to show various cpu information
cat /proc/version

Command to show cpu

echo ARM Cortex-A8 CPU Running @ `awk '{print $1/1000" MHz"} ' /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq`

(If you don't want "ARM Cortex-A8 CPU Running @" showing, just remove from the command and put what you want)

Command to show temperature

awk '{ print $1/10 " °C"}' </sys/class/power_supply/bq27200-0/temp

Command to show ssid

ESSID=`echo "iwconfig wlan0"|root|grep ESSID|sed "s/.*ESSID:\"//;s/\".*//"`;if [ "$ESSID" == "" ];then echo "na";else echo $ESSID;fi

Hope this helps.

thank you veeeery much really this was helpful

but u didnt tell me how u made that MENU word instead of icon
 
Posts: 8 | Thanked: 0 times | Joined on Aug 2011
#4187
Originally Posted by bigears5000 View Post
Okay, if you are new to this, I will try to point you in the right direction. For example, for the temperature of your n900 to be displayed, you will need to have power kernel installed (have a look here http://wiki.maemo.org/Kernel_Power and for more information tap "power search" in the top right of the page and type power kernel. There are various versions of the kernel, the latest being 48, but you may want to try a previous version which will have been tested and more stable.
To show the ssid of the network you are connected to, you also need something else. You need to enable the "tools repository". More information can be found here http://wiki.maemo.org/Documentation/...5#Installation

So, depending on whether or not you decide to add power kernel and tools repository, will determine whether some of these commands work or not.

Command to show device
uname -n

Command to show various cpu information
cat /proc/version

Command to show cpu

echo ARM Cortex-A8 CPU Running @ `awk '{print $1/1000" MHz"} ' /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq`

(If you don't want "ARM Cortex-A8 CPU Running @" showing, just remove from the command and put what you want)

Command to show temperature

awk '{ print $1/10 " °C"}' </sys/class/power_supply/bq27200-0/temp

Command to show ssid

ESSID=`echo "iwconfig wlan0"|root|grep ESSID|sed "s/.*ESSID:\"//;s/\".*//"`;if [ "$ESSID" == "" ];then echo "na";else echo $ESSID;fi

Hope this helps.

thank you veeeery much really this was helpful

but u didnt tell me how u made that MENU word instead of icon

and the font u used
 
bigears5000's Avatar
Posts: 468 | Thanked: 775 times | Joined on May 2010 @ Hereford, England
#4188
Originally Posted by Please smile View Post
thank you veeeery much really this was helpful

but u didnt tell me how u made that MENU word instead of icon

and the font u used
Oh yeah. I just made it using gimp, saved it as .png format and replaced the original task menu icon.
The font used is called opifico.

Last edited by bigears5000; 2011-08-24 at 14:26.
 

The Following User Says Thank You to bigears5000 For This Useful Post:
Posts: 572 | Thanked: 259 times | Joined on Jan 2011
#4189
Originally Posted by DJQwamii View Post
Just reflashed a couple of hours ago, and spent my time making a lockscreen
want wallpaper.

thanks.
 
Posts: 8 | Thanked: 0 times | Joined on Aug 2011
#4190
Originally Posted by bigears5000 View Post
Oh yeah. I just made it using gimp, saved it as .png format and replaced the original task menu icon.
The font used is called opfico.
how u replaced it :s
where can i get opfico
sorryyyy

and can i have the icon please

Last edited by Please smile; 2011-08-23 at 05:28.
 
Reply

Tags
desktop, epic thread, fremantle, maemo, maemo 5, picture, pictures, screenshot, screenshots, show and tell

Thread Tools

 
Forum Jump


All times are GMT. The time now is 14:02.