|
2011-10-01
, 15:38
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#702
|
|
2011-10-01
, 17:44
|
Posts: 509 |
Thanked: 522 times |
Joined on Aug 2010
@ indonesia
|
#703
|
|
2011-10-01
, 18:14
|
|
Posts: 533 |
Thanked: 1,341 times |
Joined on Dec 2010
@ Italy
|
#704
|
do u have idea to reduce amount of ram it take more than 20 mb ram, thanx anyway .love ur app
40234000 11204 1053 0 0 r-xp /opt/lib/libQtGui.so.4.7.0
0007f000 3336 2180 1984 972 rw-p [heap]
|
2011-10-02
, 07:16
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#705
|
|
2011-10-02
, 07:50
|
|
Posts: 855 |
Thanked: 612 times |
Joined on Oct 2010
@ Germany
|
#706
|
|
2011-10-06
, 09:27
|
Posts: 561 |
Thanked: 75 times |
Joined on Jan 2010
@ Spain
|
#707
|
|
2011-10-12
, 19:25
|
|
Posts: 533 |
Thanked: 1,341 times |
Joined on Dec 2010
@ Italy
|
#708
|
... Widgets\25\Name="TextCommand.CPUFreq" Widgets\Size=25 [CPUFreq] PosL="730;52" PosP="410;52" SizeP="64;40" SizeL="64;40" Font=";12;normal;0" Command="awk '{print $1/1000\" MHz\"}' /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq" UpdateIntervalSeconds=1
|
2011-10-12
, 20:35
|
|
Posts: 855 |
Thanked: 612 times |
Joined on Oct 2010
@ Germany
|
#709
|
|
2011-10-13
, 19:22
|
|
Posts: 533 |
Thanked: 1,341 times |
Joined on Dec 2010
@ Italy
|
#710
|
... Widgets\25\Name="Rect.SystemInfoBackground" Widgets\26\Name="TextCommand.SystemInfo" Widgets\27\Name="Text.SystemInfoText" ... [SystemInfoBackground] PosL="5;220" PosP="5;220" SizeP="120;70" SizeL="120;70" Radius=5 Color="0;0;0;150" [SystemInfoText] PosL="8;220" PosP="8;220" SizeP="120;70" SizeL="120;70" Font=";12;normal;0" Alignment="left;center" Multiline=1 Text="CPU:\nIP:\nMem:" UpdateIntervalSeconds=1 [SystemInfo] PosL="5;220" PosP="5;220" SizeP="117;70" SizeL="117;70" Font=";12;normal;0" Alignment="right;center" Multiline=1 Command="/opt/qtlockscreen/sysinfo.sh" UpdateIntervalSeconds=1
#!/bin/sh echo `awk '{print $1/1000" MHz"}' /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq` CONN=$(/sbin/route | awk '/default/ {print $NF}') IP="-" if [ "$CONN" == "wlan0" ]; then IP=$(/sbin/ifconfig wlan0 | awk -F "[: ]" '/Bc/ {print $13}') fi if [ "$CONN" == "gprs0" ]; then IP=$(/sbin/ifconfig gprs0 | awk -F "[: ]" '/P-t-P/ {print $13}') fi echo $IP echo -n `awk '/mT/ {memttl = $2}; /mF/ {memfre = $2}; /Bu/ {membff = $2}; $1 == "Cached:" {memcch = $2} END {printf ("%.1f MB\n",(memttl-memfre-membff-memcch)/1024)}' /proc/meminfo`
This is slow, I'd never use this as my lockscreen but maybe someone wants to (probably using a light gif with little animations).
The next update will have support to animated gif.
Please don't come here to say "It's slow" after having set a 2Mb gif as background.
My projects: smssend, groupsms, volumecontroldaemon, vodafone190, vodafone190 desktop widget, QtBatteryWidget, QtLockscreen, Lone Wolf
Donations are welcome