dotfiles/_desktop/_scripts/sb-yubikey

7 lines
175 B
Plaintext
Raw Normal View History

#!/bin/sh
case $(cat $XDG_CACHE_HOME/yubikey.status) in
2022-10-30 13:53:34 +01:00
*_1) printf " <span foreground='#000000' background='#e7c547'>touch the yubikey</span>" ;;
*) printf "" ;;
esac