summaryrefslogtreecommitdiff
path: root/dotfiles/system/.gnupg
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/system/.gnupg')
-rw-r--r--dotfiles/system/.gnupg/gpg-agent.conf5
-rw-r--r--dotfiles/system/.gnupg/pinentry-dmenu.conf10
2 files changed, 15 insertions, 0 deletions
diff --git a/dotfiles/system/.gnupg/gpg-agent.conf b/dotfiles/system/.gnupg/gpg-agent.conf
new file mode 100644
index 0000000..8269723
--- /dev/null
+++ b/dotfiles/system/.gnupg/gpg-agent.conf
@@ -0,0 +1,5 @@
+pinentry-program /usr/bin/pinentry-dmenu
+pinentry-timeout 10
+default-cache-ttl 34560000
+max-cache-ttl 34560000
+no-allow-external-cache \ No newline at end of file
diff --git a/dotfiles/system/.gnupg/pinentry-dmenu.conf b/dotfiles/system/.gnupg/pinentry-dmenu.conf
new file mode 100644
index 0000000..d931896
--- /dev/null
+++ b/dotfiles/system/.gnupg/pinentry-dmenu.conf
@@ -0,0 +1,10 @@
+asterisk= "* ";
+prompt = "$";
+font = "Fira Code Nerd Font Mono:size=12";
+prompt_fg = "#eeeeee";
+prompt_bg = "#d9904a";
+normal_fg = "#ffffff";
+normal_bg = "#000000";
+select_fg = "#eeeeee";
+select_bg = "#d9904a";
+desc_fg = "#eeeeee";