#!/bin/sh
case $(cat $XDG_CACHE_HOME/yubikey.status) in
*_1) printf " <span foreground='#000000' background='#e7c547'>touch the yubikey</span>" ;;
*) printf "" ;;
esac