From feb8dfaae9b0172c9d24e7e0d115754a467b4627 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 26 Jan 2026 16:41:16 -0600 Subject: 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 --- dotfiles/system/.config/qt6ct/qt6ct.conf | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 dotfiles/system/.config/qt6ct/qt6ct.conf (limited to 'dotfiles/system/.config/qt6ct') diff --git a/dotfiles/system/.config/qt6ct/qt6ct.conf b/dotfiles/system/.config/qt6ct/qt6ct.conf new file mode 100644 index 0000000..496c09d --- /dev/null +++ b/dotfiles/system/.config/qt6ct/qt6ct.conf @@ -0,0 +1,29 @@ +[Appearance] +color_scheme_path=/usr/share/qt6ct/colors/darker.conf +custom_palette=true +icon_theme=Papirus-Dark +standard_dialogs=default +style=Adwaita-Dark + +[Fonts] +fixed="Cantarell,11,-1,5,50,0,0,0,0,0" +general="Cantarell,11,-1,5,50,0,0,0,0,0" + +[Interface] +activate_item_on_single_click=1 +buttonbox_layout=0 +cursor_flash_time=1000 +dialog_buttons_have_icons=1 +double_click_interval=400 +gui_effects=@Invalid() +keyboard_scheme=2 +menus_have_icons=true +show_shortcuts_in_context_menus=true +stylesheets=@Invalid() +toolbutton_style=4 +underline_shortcut=1 +wheel_scroll_lines=3 + +[Troubleshooting] +force_raster_widgets=1 +ignored_applications=@Invalid() -- cgit v1.2.3