summaryrefslogtreecommitdiff
path: root/dotfiles/system/.gnupg/pinentry-dmenu.conf
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-26 16:41:16 -0600
committerCraig Jennings <c@cjennings.net>2026-01-26 16:41:16 -0600
commitfeb8dfaae9b0172c9d24e7e0d115754a467b4627 (patch)
treeff4a0703d5d5119777830ed8f2611a2f57b2dabc /dotfiles/system/.gnupg/pinentry-dmenu.conf
parent2423b0d67d9cfa2f3b256e2ee14fc2093d94ac34 (diff)
feat(themes): add Qt theming and font packages
- Configure Qt5/Qt6 to use Adwaita-Dark style via adwaita-qt - Add qt6ct.conf with matching settings to qt5ct - Set QT_STYLE_OVERRIDE for consistent dark theme - Add XCURSOR_THEME to hyprland.conf - Update pinentry-dmenu to use BerkeleyMono Nerd Font - Add font packages to archsetup: cantarell-fonts, ttf-caladea, ttf-carlito, ttf-croscore Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'dotfiles/system/.gnupg/pinentry-dmenu.conf')
-rw-r--r--dotfiles/system/.gnupg/pinentry-dmenu.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/system/.gnupg/pinentry-dmenu.conf b/dotfiles/system/.gnupg/pinentry-dmenu.conf
index d931896..ccd4d55 100644
--- a/dotfiles/system/.gnupg/pinentry-dmenu.conf
+++ b/dotfiles/system/.gnupg/pinentry-dmenu.conf
@@ -1,6 +1,6 @@
asterisk= "* ";
prompt = "$";
-font = "Fira Code Nerd Font Mono:size=12";
+font = "BerkeleyMono Nerd Font:size=12";
prompt_fg = "#eeeeee";
prompt_bg = "#d9904a";
normal_fg = "#ffffff";