diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-26 16:41:16 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-26 16:41:16 -0600 |
| commit | 9b9ac3f2d622fe5821e10c8fcb20c4e9385eb0a0 (patch) | |
| tree | ff4a0703d5d5119777830ed8f2611a2f57b2dabc /dotfiles/hyprland | |
| parent | 6755616cd4fea4c267826da824c28cad03159979 (diff) | |
| download | archsetup-9b9ac3f2d622fe5821e10c8fcb20c4e9385eb0a0.tar.gz archsetup-9b9ac3f2d622fe5821e10c8fcb20c4e9385eb0a0.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/hyprland')
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprland.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf index 3f528ae..390d905 100644 --- a/dotfiles/hyprland/.config/hypr/hyprland.conf +++ b/dotfiles/hyprland/.config/hypr/hyprland.conf @@ -28,6 +28,7 @@ exec-once = insync start # Environment Variables # ============================================================================ env = XCURSOR_SIZE,24 +env = XCURSOR_THEME,capitaine-cursors-light env = XDG_CURRENT_DESKTOP,Hyprland env = XDG_SESSION_TYPE,wayland env = XDG_SESSION_DESKTOP,Hyprland |
