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
- <</usr/share/...path-to-icon.png>> won't show up if put in BB directly or in python scripts, only from shell scripts Probably I'm doing sth wrong, I tried Code: print ('{{blue}}'+event_date+' '+event_time+' '+title+' '+<</usr/share/themes/blanco/meegotouch/icons/icon-s-calendar.png>>) as the last line in slartis' events.py
print ('{{blue}}'+event_date+' '+event_time+' '+title+' '+<</usr/share/themes/blanco/meegotouch/icons/icon-s-calendar.png>>)
- what about emoji icons in python scripts, possible (not really needed if images would work)?