#!/bin/sh
/usr/bin/envy24control 2>&1 | grep -q 'No ICE1712 cards found'; if [[ $? == 0 ]]; then kdialog --msgbox "No ICE1712 cards found." || xmessage "No ICE1712 cards found."; fi
