Great news: And upload it on openrepos: https://openrepos.net/content/zeta/p...l-notification
OfonoManager { id: ofonoManager } OfonoMessageWaiting { id: ofonoMessageWaiting modemPath: ofonoManager.modems.length > 0 ? ofonoManager.modems[0] : "" } Image { // Commented out the following line // anchors.bottom: clock.top // Added the following anchors { bottom: clock.verticalCenter bottomMargin: -90 left: parent.left leftMargin: Theme.smallIcons ? Theme.paddingSmall : Theme.paddingLarge } source: "/usr/share/themes/jolla-ambient/meegotouch/icons/icon-s-voicemail.png" visible: ofonoMessageWaiting.voicemailWaiting }