diff options
author | zachir <zachir@librem.one> | 2024-02-02 20:55:49 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-02-02 20:55:49 -0600 |
commit | a6d73c0b93b516f1503e979128752ceac4bc3484 (patch) | |
tree | ce7b7603d4145005fd74d7c3588f35bf8c0d644f /qt6ct | |
parent | 877e12d28f7c06fd9b2ed5d6ab512e6c5df3be15 (diff) |
qt6ct: set theme to gtk2 and icon theme
This sets the qt6 theme to gtk2 and the icon theme to Mint-X.
Diffstat (limited to 'qt6ct')
-rw-r--r-- | qt6ct/qt6ct.conf | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/qt6ct/qt6ct.conf b/qt6ct/qt6ct.conf new file mode 100644 index 0000000..29cd0a9 --- /dev/null +++ b/qt6ct/qt6ct.conf @@ -0,0 +1,32 @@ +[Appearance] +color_scheme_path=/usr/share/qt6ct/colors/airy.conf +custom_palette=false +icon_theme=Mint-X +standard_dialogs=default +style=qt6gtk2 + +[Fonts] +fixed="DejaVu LGC Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1" +general="DejaVu LGC Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1" + +[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 + +[SettingsWindow] +geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x3\x42\0\0\x3\xe7\0\0\0\0\0\0\0\0\0\0\x2\xde\0\0\x2\x46\0\0\0\0\x2\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\x3\x42\0\0\x3\xe7) + +[Troubleshooting] +force_raster_widgets=1 +ignored_applications=@Invalid() |