Revert: I've found a way to keep dunst and notify about yubikey in the statusbar.
This commit is contained in:
parent
ee352e389e
commit
11bfdb58a1
2 changed files with 9 additions and 0 deletions
6
_desktop/_scripts/sb-yubikey
Executable file
6
_desktop/_scripts/sb-yubikey
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
case $(cat $XDG_CACHE_HOME/yubikey.status) in
|
||||
*_1) printf " <span foreground='#000000' background='#e8b923'> touch the yubikey</span>" ;;
|
||||
*) printf "" ;;
|
||||
esac
|
Loading…
Add table
Add a link
Reference in a new issue