Notices


Reply
Thread Tools
thp's Avatar
Posts: 1,391 | Thanked: 4,272 times | Joined on Sep 2007 @ Vienna, Austria
#751
Originally Posted by Win7Mac View Post
My remaining issues:
- {cell-signal-strength?{script: develsh signalbar.sh}}{{red}}{cell-signal-strength!Flugmodus an ✈} and
{{red}}{cell-signal-strength!Flugmodus an ✈}{cell-signal-strength?{script: develsh signalbar.sh} gives a "}" only when in flightmode

- {network-name}{network-name? {script: develsh /home/user/data-mode.sh}} also gives a "}" only when no network present
You can't nest {} like that in Billboard. I'll see what I can do for future versions. You can work around that by doing the checking in the script and removing the {network-name? } around it.
 

The Following 3 Users Say Thank You to thp For This Useful Post:
Posts: 103 | Thanked: 21 times | Joined on Sep 2012 @ romania
#752
if i use meecast-icon-src i get a big icon and its not showing good.what can i do to show meecast icon not so big and fit in ?
 
MK99's Avatar
Posts: 644 | Thanked: 480 times | Joined on Jul 2012 @ Finland
#753
Originally Posted by flavy69 View Post
if i use meecast-icon-src i get a big icon and its not showing good.what can i do to show meecast icon not so big and fit in ?
Looks like Atmos icons are too big.
Change others icons to Meecast or copy this: http://db.tt/GIOb9PSe to /opt/com.meecast.omweather/share/icons and use them.
 
TMavica's Avatar
Posts: 2,021 | Thanked: 1,060 times | Joined on Apr 2010 @ Hong Kong
#754
Simplmee is good
__________________
The Glorious Lady T.Mavica
Twitter https://twitter.com/TMavica
 
Posts: 103 | Thanked: 21 times | Joined on Sep 2012 @ romania
#755
thanks.its looks ok now.
 
Win7Mac's Avatar
Community Council | Posts: 664 | Thanked: 1,648 times | Joined on Apr 2012 @ Hamburg
#756
Originally Posted by thp View Post
You can't nest {} like that in Billboard. I'll see what I can do for future versions. You can work around that by doing the checking in the script and removing the {network-name? } around it.
Ok, then I'm back to something like this for signal-strength
Code:
#!/bin/sh

percent=$(qdbus --system com.nokia.csd /com/nokia/csd/csnet com.nokia.csd.CSNet.SignalStrength.SignalPercent)
if [ $percent -eq -1 ]; then echo -n "{{red}}Flugmodus an ✈"; fi
if [ $percent -ge 20 ]; then echo -n "{{yellow}}$percent % {{=$(($percent/100)).$((($percent%100)/10))$(($percent%10))}}"; fi
if [ $percent -le 19 && -ge 1 ]; then echo -n "{{red}}$percent % {{=$(($percent/100)).$((($percent%100)/10))$(($percent%10))}}"; fi
But it doesn't update as often, how can that be achieved?

And how do I call network-name with a script?
__________________
Nokia 5110 > 3310 > 6230 > N70 > N9 BLACK 64GB
Hildon Foundation Board member
Maemo Community e.V. co-creator, founder and director since Q4/2016
Current Maemo Community Council member
 
Posts: 87 | Thanked: 14 times | Joined on Jan 2012
#757
Originally Posted by slarti View Post
Coderus showed one way here and win7mac showed another way here.
Yes, i'm using data-mode script from win7mac and i have that icons, but billboard doesn't show icons. Permission is chmod +x or different?.
 
Win7Mac's Avatar
Community Council | Posts: 664 | Thanked: 1,648 times | Joined on Apr 2012 @ Hamburg
#758
Originally Posted by herno24 View Post
Yes, i'm using data-mode script from win7mac and i have that icons, but billboard doesn't show icons. Permission is chmod +x or different?.
For scripts yes, icons/images don't need permission.
__________________
Nokia 5110 > 3310 > 6230 > N70 > N9 BLACK 64GB
Hildon Foundation Board member
Maemo Community e.V. co-creator, founder and director since Q4/2016
Current Maemo Community Council member
 

The Following User Says Thank You to Win7Mac For This Useful Post:
Posts: 87 | Thanked: 14 times | Joined on Jan 2012
#759
Originally Posted by Win7Mac View Post
For scripts yes, icons/images don't need permission.
Yes, i don't know, i works because via terminal it shows the path of the icons but billboard desn't show it.

Edit: i don't konw why but now it works, maybe a refresh issue on billboard? I'm using Coderus refresh script.

Last edited by herno24; 2013-03-27 at 15:20.
 
Win7Mac's Avatar
Community Council | Posts: 664 | Thanked: 1,648 times | Joined on Apr 2012 @ Hamburg
#760
Originally Posted by herno24 View Post
Yes, i don't know, i works because via terminal it shows the path of the icons but billboard desn't show it.
Probably a typo, had that too at first...
Copy again
Code:
<</usr/share/themes/blanco/meegotouch/icons/icon-s-status-gsm.png>>
__________________
Nokia 5110 > 3310 > 6230 > N70 > N9 BLACK 64GB
Hildon Foundation Board member
Maemo Community e.V. co-creator, founder and director since Q4/2016
Current Maemo Community Council member
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 08:17.