View Single Post
coderus's Avatar
Posts: 6,436 | Thanked: 12,700 times | Joined on Nov 2011 @ Ängelholm, Sweden
#344
for alarm:
Code:
#!/bin/sh

reply=$(qdbus --system com.nokia.time /org/maemo/contextkit/Alarm/Present org.maemo.contextkit.Property.Get | sed -n 1p)
if [ "$reply" == "true" ]; then
echo -n "/usr/share/themes/blanco/meegotouch/icons/icon-s-alarm-inverse.png"
fi
usage:
<<{script:sh /path/to/script.sh}>>
__________________
Telegram | Openrepos | GitHub | Revolut donations
 

The Following 9 Users Say Thank You to coderus For This Useful Post: