diff options
| -rwxr-xr-x | archsetup | 4 | ||||
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprland.conf | 1 | ||||
| -rw-r--r-- | dotfiles/system/.config/qt6ct/qt6ct.conf | 29 | ||||
| -rw-r--r-- | dotfiles/system/.gnupg/pinentry-dmenu.conf | 2 | ||||
| -rw-r--r-- | dotfiles/system/.profile.d/display.sh | 3 |
5 files changed, 37 insertions, 2 deletions
@@ -1424,7 +1424,11 @@ desktop_environment() { # Fonts action="Fonts" && display "subtitle" "$action" + pacman_install cantarell-fonts pacman_install noto-fonts-emoji + pacman_install ttf-caladea # Cambria replacement + pacman_install ttf-carlito # Calibri replacement + pacman_install ttf-croscore # Chrome OS fonts (Arimo, Cousine, Tinos) pacman_install terminus-font pacman_install ttf-firacode-nerd pacman_install ttf-hack-nerd 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 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() 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"; 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 |
