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-19 00:34:27 +02:00
*_1) printf " <span foreground='#000000' background='#e8b923'>touch the yubikey</span>" ;;
*) printf "" ;;
esac