aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-11-11 08:26:59 -0300
committerEuAndreh <eu@euandre.org>2022-11-11 08:26:59 -0300
commit57e882273cbf6105fea19876e19d9bc4cfed0f14 (patch)
tree0101570bcf7004447ffbb62ce209dc6dc0c595b6 /bin
parentopt/aux/gen-e-list.sh: Fix path to dinheiros.ledger (diff)
downloaddotfiles-57e882273cbf6105fea19876e19d9bc4cfed0f14.tar.gz
dotfiles-57e882273cbf6105fea19876e19d9bc4cfed0f14.tar.xz
bin/menu: Notify after copying past clipboard value to clipboard
Diffstat (limited to 'bin')
-rwxr-xr-xbin/menu1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/menu b/bin/menu
index 73091bd..90af758 100755
--- a/bin/menu
+++ b/bin/menu
@@ -125,6 +125,7 @@ case "$ACTION" in
# For a potential improved version, see:
# https://github.com/cdown/clipmenu/pull/162
clipmenu -i -l 20 -fn Monospace-18 -p "$1:"
+ notify-send -t 5000 -u low -- 'copied to clipboard'
;;
yubikey)
CHOICE="$(ykman oath accounts list | show 'OTP')"