aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-08-25 22:41:14 -0300
committerEuAndreh <eu@euandre.org>2022-08-25 22:41:14 -0300
commit0c6c742db37a57cfc624d1da659a1c60d27283c8 (patch)
tree04ff41c840a6283ff8f6353e87490a20f1606d0d /bin
parentetc/tmux/tmux.conf: Use $XDG_RUNTIME_DIR over /tmp for urlscan-buffer file (diff)
downloaddotfiles-0c6c742db37a57cfc624d1da659a1c60d27283c8.tar.gz
dotfiles-0c6c742db37a57cfc624d1da659a1c60d27283c8.tar.xz
bin/menu: Demote "menu yubikey" notification from critical to normal
Diffstat (limited to 'bin')
-rwxr-xr-xbin/menu2
1 files changed, 1 insertions, 1 deletions
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
;;