From ab7d9f188e11d499c9789e5b98c35c665a4d8fd2 Mon Sep 17 00:00:00 2001 From: Michel Fedde Date: Fri, 17 Oct 2025 16:30:03 +0200 Subject: [PATCH] Fixes 2fa rofi script --- .config/rofi/scripts/2fa.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.config/rofi/scripts/2fa.sh b/.config/rofi/scripts/2fa.sh index 065543c..7ecb2c5 100755 --- a/.config/rofi/scripts/2fa.sh +++ b/.config/rofi/scripts/2fa.sh @@ -36,8 +36,6 @@ case $ROFI_RETV in jq ".password" -r | wl-copy - $(echo $ROFI_INFO | jq -r '"\(.service) - \(.account)"') - notify-send -i "lock" "2FA Code copied" "Copied code for '$(echo $ROFI_INFO | jq -r '"\(.service) - \(.account)"')'" ;; esac