maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Themes (https://talk.maemo.org/forumdisplay.php?f=49)
-   -   [Announce] AwOken Icon Theme (https://talk.maemo.org/showthread.php?t=65801)

one1002 2010-11-24 16:00

Re: [Announce] AwOken Icon Theme
 
Quote:

Originally Posted by AlMehdi (Post 881798)
Yeah. it is QBW.. here are the code to be inserted to CMD

Code:

echo " Uptime        :" `uptime|cut -d" " -f4-|sed 's/\\\\, *load.*//'`\necho " Batteri        :" `hal-device bme | awk '/g.c/ {print $3" mAh"}'` @ `cat /sys/class/power_supply/bq27200-0/temp`C\necho " Cpu                :" `awk '{print $1/1000"/"}' /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq``awk '{print $1/1000" Mhz"}' /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq`
attaching the background

hi AlMehdi..i can't seem to get the QBW to work.

here's what i did :

1. add QBW widget
2. Go to Setting
3. add CMD
4. paste the code u gave
5. save and run

but nothing changed..is there any step that i missed?
sorry though..

appreciate your help

AlMehdi 2010-11-24 16:51

Re: [Announce] AwOken Icon Theme
 
Sorry.. Try this one.. i copied the former directly from the QBW-conf, but it had added code that should not be there. The below one is directly from CMD and should work.

Code:

echo " Uptime        :" `uptime|cut -d" " -f4-|sed 's/\\, *load.*//'`
echo " Batteri        :" `hal-device bme | awk '/g.c/ {print $3" mAh"}'` @ `cat /sys/class/power_supply/bq27200-0/temp`C
echo " Cpu                :" `awk '{print $1/1000"/"}' /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq``awk '{print $1/1000" Mhz"}' /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq`

You need to "activate" the battery module if you haven't. You'll need Titans OC-kernel. Open terminal as root and:
Code:

echo bq27x00_battery >> /etc/modules

mrexcess 2010-11-24 19:56

Re: [Announce] AwOken Icon Theme
 
Quote:

Originally Posted by AlMehdi (Post 881793)
I think Sygic and Wifi-info are possible to make.. but the widgets not so sure. Will check it out.

Yeah, the Cutetube icon was a breeze to make ;)

yeah i bet it was :D

the app search widget is just static icon so i assume that will be more simple.

The fm transmit diplays the current freqency so i think you may struggle with that (again assumption)

EDIT- regarding the below post:
argh sorry i missed that post, nice work as-per, ill get my app search icon sorted right now, thanks man
EDIT2- works, looks perfect thumbs up

AlMehdi 2010-11-24 21:20

Re: [Announce] AwOken Icon Theme
 
Quote:

Originally Posted by mrexcess (Post 882340)
the app search widget is just static icon so i assume that will be more simple.

The fm transmit diplays the current freqency so i think you may struggle with that (again assumption)

Both are have just a "background" image as an icon.. so that is no problem. The problem is the place they are stored. I can not package it in the icon-pack but it is manually possible as i said. Go back a few post and you'll see.

one1002 2010-11-25 09:19

Re: [Announce] AwOken Icon Theme
 
1 Attachment(s)
Quote:

Originally Posted by AlMehdi (Post 882207)
Sorry.. Try this one.. i copied the former directly from the QBW-conf, but it had added code that should not be there. The below one is directly from CMD and should work.

Code:

echo " Uptime        :" `uptime|cut -d" " -f4-|sed 's/\\, *load.*//'`
echo " Batteri        :" `hal-device bme | awk '/g.c/ {print $3" mAh"}'` @ `cat /sys/class/power_supply/bq27200-0/temp`C
echo " Cpu                :" `awk '{print $1/1000"/"}' /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq``awk '{print $1/1000" Mhz"}' /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq`

You need to "activate" the battery module if you haven't. You'll need Titans OC-kernel. Open terminal as root and:
Code:

echo bq27x00_battery >> /etc/modules

not working either..or should i add anything else (copy to buffer & import buffer to beecon?)?

here's the screenshot, the qbw is on the bottom left

Attachment 15906

bulelet 2010-11-25 09:56

Re: [Announce] AwOken Icon Theme
 
Quote:

Originally Posted by AlMehdi (Post 881830)
Yes, they do... ;)

http://lh3.ggpht.com/_1TJL1h6GM58/TO...123-230710.png

http://lh5.ggpht.com/_1TJL1h6GM58/TO...123-230717.png

Did you this before or after the last update? Cause i can see the Cutetube icon is not showing...

oh there it is.
cutetube icon is from the latest build, last icon on the right with the media player.
im likin this set, good one to keep and good enough for staple icon theme

AlMehdi 2010-11-25 10:08

Re: [Announce] AwOken Icon Theme
 
Quote:

Originally Posted by one1002 (Post 882781)
not working either..or should i add anything else (copy to buffer & import buffer to beecon?)?

here's the screenshot, the qbw is on the bottom left

Attachment 15906

The type is a snippet
Width = 206
Height = 66
Command Result Settings = stats-glass.png (image goes to /home/user/.queen_beecon_dir/)

I made the code in Advanced mode.. but should be as good in CMD. You could copy it to advanced mode and try and run it.

AlMehdi 2010-11-25 10:33

Re: [Announce] AwOken Icon Theme
 
Quote:

Originally Posted by bulelet (Post 882797)
oh there it is.
cutetube icon is from the latest build, last icon on the right with the media player.
im likin this set, good one to keep and good enough for staple icon theme

The strange thing is that i changed it.. but on your screen it is still white.

bulelet 2010-11-25 10:54

Re: [Announce] AwOken Icon Theme
 
Quote:

Originally Posted by AlMehdi (Post 882825)
The strange thing is that i changed it.. but on your screen it is still white.

yep, just upgraded and cutetube icon is now sexy

edit: you should try and tweak the media widgets icons too, to have coherence on desktop, take my set up for example.

AlMehdi 2010-11-25 11:13

Re: [Announce] AwOken Icon Theme
 
Quote:

Originally Posted by bulelet (Post 882850)
yep, just upgraded and cutetube icon is now sexy

edit: you should try and tweak the media widgets icons too, to have coherence on desktop, take my set up for example.

Good idea.. didn't think about it. Am not using the widget. ;)


All times are GMT. The time now is 09:49.

vBulletin® Version 3.8.8