From f2883d217d01c82b688f6fbdd1f35f1abb915b90 Mon Sep 17 00:00:00 2001 From: "Lukas F. Hartmann" <lukas@mntre.com> Date: Fri, 3 Nov 2023 17:03:03 +0100 Subject: [PATCH] skel: fix qt5 icon theme and dialogs for KDE --- etc/skel/.config/qt5ct/qt5ct.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/skel/.config/qt5ct/qt5ct.conf b/etc/skel/.config/qt5ct/qt5ct.conf index f301f02..7cc68cd 100644 --- a/etc/skel/.config/qt5ct/qt5ct.conf +++ b/etc/skel/.config/qt5ct/qt5ct.conf @@ -1,8 +1,8 @@ [Appearance] color_scheme_path=/usr/share/qt5ct/colors/airy.conf custom_palette=false -icon_theme=Papirus-Dark -standard_dialogs=gtk3 +icon_theme=breeze-dark +standard_dialogs=default style=Breeze [Fonts] @@ -11,12 +11,12 @@ general=@Variant(\0\0\0@\0\0\0\n\0I\0n\0t\0\x65\0r@*\0\0\0\0\0\0\xff\xff\xff\xff [Interface] activate_item_on_single_click=0 -buttonbox_layout=3 +buttonbox_layout=2 cursor_flash_time=1200 dialog_buttons_have_icons=1 double_click_interval=400 gui_effects=@Invalid() -keyboard_scheme=4 +keyboard_scheme=3 menus_have_icons=true show_shortcuts_in_context_menus=true stylesheets=@Invalid() -- GitLab