Config: Add support for Qt6 uniform themes
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
color_scheme_path=/usr/share/qt5ct/colors/darker.conf
|
||||
custom_palette=false
|
||||
icon_theme=Arc
|
||||
standard_dialogs=gtk2
|
||||
style=gtk2
|
||||
standard_dialogs=default
|
||||
style=qt5gtk2
|
||||
|
||||
[Fonts]
|
||||
fixed=@Variant(\0\0\0@\0\0\0\x16\0\x44\0\x65\0j\0\x61\0V\0u\0 \0S\0\x61\0n\0s@$\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10)
|
||||
@@ -25,4 +25,8 @@ underline_shortcut=1
|
||||
wheel_scroll_lines=3
|
||||
|
||||
[SettingsWindow]
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x1\x8e\0\0\0\xc0\0\0\x4p\0\0\x3&\0\0\x1\x90\0\0\0\xc2\0\0\x4n\0\0\x3$\0\0\0\0\0\0\0\0\x5\xdc\0\0\x1\x90\0\0\0\xc2\0\0\x4n\0\0\x3$)
|
||||
geometry=@Invalid()
|
||||
|
||||
[Troubleshooting]
|
||||
force_raster_widgets=0
|
||||
ignored_applications=@Invalid()
|
||||
|
||||
@@ -0,0 +1,32 @@
|
||||
[Appearance]
|
||||
color_scheme_path=/usr/share/qt6ct/colors/darker.conf
|
||||
custom_palette=false
|
||||
icon_theme=Arc
|
||||
standard_dialogs=default
|
||||
style=qt6gtk2
|
||||
|
||||
[Fonts]
|
||||
fixed=@Variant(\0\0\0@\0\0\0\x16\0\x44\0\x65\0j\0\x61\0V\0u\0 \0S\0\x61\0n\0s@$\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10)
|
||||
general=@Variant(\0\0\0@\0\0\0\x16\0\x44\0\x65\0j\0\x61\0V\0u\0 \0S\0\x61\0n\0s@$\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10)
|
||||
|
||||
[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=@Invalid()
|
||||
|
||||
[Troubleshooting]
|
||||
force_raster_widgets=0
|
||||
ignored_applications=@Invalid()
|
||||
@@ -72,7 +72,7 @@ if [ "$HIDPI" = true ]; then
|
||||
export QT_AUTO_SCREEN_SCALE_FACTOR=0
|
||||
export QT_SCREEN_SCALE_FACTORS=2
|
||||
fi
|
||||
export QT_QPA_PLATFORMTHEME="qt5ct"
|
||||
export QT_QPA_PLATFORMTHEME="qt5gtk2"
|
||||
|
||||
# Sudo
|
||||
export SUDO_ASKPASS="$HOME/.local/bin/rofipass"
|
||||
|
||||
Reference in New Issue
Block a user