From 0c6c742db37a57cfc624d1da659a1c60d27283c8 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 25 Aug 2022 22:41:14 -0300 Subject: bin/menu: Demote "menu yubikey" notification from critical to normal --- bin/menu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/menu b/bin/menu index 532e123..53f10e6 100755 --- a/bin/menu +++ b/bin/menu @@ -128,7 +128,7 @@ case "$ACTION" in ykman oath accounts code "$CHOICE" | awk '{ print $(NF) }' | copy -n - notify-send -t 5000 -u critical -- \ + notify-send -t 5000 -u normal -- \ "$CHOICE" 'code copied to clipboard' fi ;; -- cgit v1.2.3