From 7a65c5de312688e492eaaa9672c32ffa8085a7e2 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Fri, 16 Feb 2024 21:59:30 -0800 Subject: [PATCH] qt5ct tweaks: use xdg filepicker in qt, animations in menus --- modules/theme/default.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/modules/theme/default.nix b/modules/theme/default.nix index 6aacd0e..91205f9 100644 --- a/modules/theme/default.nix +++ b/modules/theme/default.nix @@ -32,11 +32,25 @@ [Appearance] style=Breeze icon_theme=breeze-dark + standard_dialogs=xdgdesktopportal # Cantata misbehaves without color overrides. This overrides the breeze colors with the # exact same colors. color_scheme_path=${./breeze-dark-colors-override.conf} custom_palette=true + + [Interface] + buttonbox_layout=0 + cursor_flash_time=1000 + dialog_buttons_have_icons=2 + double_click_interval=400 + gui_effects=General, AnimateMenu, AnimateCombo + keyboard_scheme=2 + menus_have_icons=true + show_shortcuts_in_context_menus=true + toolbutton_style=4 + underline_shortcut=1 + wheel_scroll_lines=3 ''; };