yubikey-touch-detector can now properly use Notify widget without helpers.
This commit is contained in:
parent
f340ed7c15
commit
00a2734c84
8 changed files with 5 additions and 20 deletions
|
@ -47,7 +47,7 @@ show_current() {
|
|||
chosen=$(printf "Output: $def_snk\\nInput: $def_src" | dmenu -c -l 2)
|
||||
if [ "$1" = "no_switch" ]; then
|
||||
case "$chosen" in
|
||||
*) notify-send -u critical "婢 no device to switch" ;;
|
||||
*) notify-send -t 2000 -u critical "婢 no device to switch" ;;
|
||||
esac
|
||||
else
|
||||
case "$chosen" in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue