From 08eb95b839e39eef234e8bd33c4a276bf0bd78b4 Mon Sep 17 00:00:00 2001 From: Amolith Date: Tue, 28 Jan 2025 23:20:15 -0700 Subject: [PATCH] yeet --- dot_config/rofi/executable_pass.sh.tmpl | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 dot_config/rofi/executable_pass.sh.tmpl diff --git a/dot_config/rofi/executable_pass.sh.tmpl b/dot_config/rofi/executable_pass.sh.tmpl deleted file mode 100644 index bba79c4c05485222a79e7378e2b16031aa3e5a3a..0000000000000000000000000000000000000000 --- a/dot_config/rofi/executable_pass.sh.tmpl +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh - -export BW_SESSION="{{ .bw_session }}" - -ENTRY=$(rofi -dmenu -password -p "󰟵 ") - -if [ -z "$ENTRY" ]; then - exit -fi - -echo "$ENTRY" - -PASSWD=$(bw get password "$ENTRY") - -if [ -z "$PASSWD" ]; then - notify-send "There was an error getting the password" - exit -fi - -xdotool type --delay 100 "$PASSWD" -xdotool key enter