aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/system/.profile.d
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
commitf1a34967c391c2b778780e94f16fdd9ac4c7556d (patch)
tree169661ba7e5af742b5c05970e58f1df439dd9edb /dotfiles/system/.profile.d
parent4a7ea0dc7ba6e47f68471f98786d88a3c1e3c341 (diff)
downloadarchsetup-f1a34967c391c2b778780e94f16fdd9ac4c7556d.tar.gz
archsetup-f1a34967c391c2b778780e94f16fdd9ac4c7556d.zip
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/.profile.d')
-rw-r--r--dotfiles/system/.profile.d/display.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/dotfiles/system/.profile.d/display.sh b/dotfiles/system/.profile.d/display.sh
index df5a57c..dbc3846 100644
--- a/dotfiles/system/.profile.d/display.sh
+++ b/dotfiles/system/.profile.d/display.sh
@@ -9,6 +9,7 @@ export GTK_THEME=Adwaita:dark
XDG_CURRENT_DESKTOP=GNOME
-# export QT_QPA_PLATFORMTHEME=qt5ct
+# Qt theming - qt6ct for Qt6 apps, style override for consistent Adwaita-Dark
export QT_QPA_PLATFORMTHEME=qt6ct
+export QT_STYLE_OVERRIDE=Adwaita-Dark
export QT_SCALE_FACTOR=1