diff options
| -rw-r--r-- | config.dot/qt5ct/qt5ct.conf.link | 32 | ||||
| -rw-r--r-- | config.dot/qt6ct/qt6ct.conf.link | 32 | ||||
| -rw-r--r-- | dependencies/debian | 9 |
3 files changed, 73 insertions, 0 deletions
diff --git a/config.dot/qt5ct/qt5ct.conf.link b/config.dot/qt5ct/qt5ct.conf.link new file mode 100644 index 0000000..8859905 --- /dev/null +++ b/config.dot/qt5ct/qt5ct.conf.link @@ -0,0 +1,32 @@ +[Appearance] +color_scheme_path=/usr/share/qt5ct/colors/airy.conf +custom_palette=false +icon_theme=breeze-dark +standard_dialogs=default +style=Fusion + +[Fonts] +fixed=@Variant(\0\0\0@\0\0\0\x14\0S\0\x61\0n\0s\0 \0S\0\x65\0r\0i\0\x66@\"\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10) +general=@Variant(\0\0\0@\0\0\0\x14\0S\0\x61\0n\0s\0 \0S\0\x65\0r\0i\0\x66@\"\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=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\x15\0\0\a\x7f\0\0\x4\x37\0\0\0\0\0\0\0\x15\0\0\a\x7f\0\0\x4\x37\0\0\0\0\0\0\0\0\a\x80\0\0\0\0\0\0\0\x15\0\0\a\x7f\0\0\x4\x37) + +[Troubleshooting] +force_raster_widgets=1 +ignored_applications=@Invalid() diff --git a/config.dot/qt6ct/qt6ct.conf.link b/config.dot/qt6ct/qt6ct.conf.link new file mode 100644 index 0000000..14235b6 --- /dev/null +++ b/config.dot/qt6ct/qt6ct.conf.link @@ -0,0 +1,32 @@ +[Appearance] +color_scheme_path=/usr/share/qt6ct/colors/airy.conf +custom_palette=false +icon_theme=breeze-dark +standard_dialogs=default +style=Fusion + +[Fonts] +fixed="Sans Serif,9,-1,5,400,0,0,0,0,0,0,0,0,0,0,1" +general="Sans Serif,9,-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\x15\0\0\a\x7f\0\0\x4\x37\0\0\0\0\0\0\0\x15\0\0\a\x7f\0\0\x4\x37\0\0\0\0\0\0\0\0\a\x80\0\0\0\0\0\0\0\x15\0\0\a\x7f\0\0\x4\x37) + +[Troubleshooting] +force_raster_widgets=1 +ignored_applications=@Invalid() diff --git a/dependencies/debian b/dependencies/debian index 373e606..2d051a1 100644 --- a/dependencies/debian +++ b/dependencies/debian @@ -32,3 +32,12 @@ fonts-terminus # #laptop-detect #autocutsel + +# Uniform look between Qt and GTK applications: +# https://wiki.archlinux.org/title/Uniform_look_for_Qt_and_GTK_applications +# +# Check also the xn-tray script from the utils-x11 repository: +# https://git.fluxo.info/utils-x11 +qt5ct +qt6ct +breeze-icon-theme |
