Notifications
App notification count:
• $ni(pcount, com.google.android.apps.plus)$
Change color on notification
$if(ni(pcount, com.google.android.talk) >= 1, #ff5722, #00000000)$ - [Place in the Paint formula]
$if(ni(pcount, com.google.android.talk) >= 1, gv(color1), gv(color2))$
Change text (or FontIcon) on Notification
$if(ni(pcount, com.android.server.telecom)>=1,k,a)$
Show badge if there is a notification:
• $if(ni(pcount, com.google.android.apps.plus)=0, 00FFFFFF, ff7f0f17)$
Have your icon (or bitmap shape) flash when a notification arrives..WhatsApp in this example..
• $if((df(ss)%2)=1 &(ni(pcount, com.whatsapp))>=1,ffffffff, 00ffffff)$