From 7b216a5bd117a048283acae113253e19f905e6dc Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Mon, 6 Mar 2023 09:12:45 +0800 Subject: Improve pass script --- X11/rofi/pass.get | 5 ++++- alias | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/X11/rofi/pass.get b/X11/rofi/pass.get index 9aaf542..18230fe 100755 --- a/X11/rofi/pass.get +++ b/X11/rofi/pass.get @@ -48,7 +48,10 @@ if [ -n "$RESULT" ]; then coproc ( rofi -e "Copied: $1$EXTRA" ) elif [ -f "$HOME/.password-store/$1.gpg" ]; then - coproc ( rofi -e "GPG passphase is not chached" ) + coproc ( + rofi -e "GPG passphase is not chached" \ + -theme-str '#window { font: "hacker 40"; }' + ) else # Password doesn't exist yet # Go to next rofi execution diff --git a/alias b/alias index cc069d0..d777ef3 100644 --- a/alias +++ b/alias @@ -564,6 +564,8 @@ fix() { which $1 && grep -Po 'FIXME.*' $(which $1); } alias ffmpeg='ffmpeg -hide_banner' alias md='reveal' alias terminal.color='printf "\e[%dm%d dark\e[0m \e[%d;1m%d bold\e[0m\n" {30..37}{,,,}' +alias gpg.bye='gpg-connect-agent reloadagent /bye' + TAIWAN_BBOX='118.1036,20.72799,122.9312,26.60305' TAIWAN_BBOX_V='20.72799,118.1036,26.60305,122.9312' -- cgit v1.2.3-70-g09d2