diff --git a/.symlinks/qt5ct.conf b/.symlinks/qt5ct.conf new file mode 100644 index 0000000..567bc2c --- /dev/null +++ b/.symlinks/qt5ct.conf @@ -0,0 +1,28 @@ +[Appearance] +color_scheme_path=/usr/share/qt5ct/colors/airy.conf +custom_palette=false +icon_theme=Papirus +standard_dialogs=gtk2 +style=gtk2 + +[Fonts] +fixed=@Variant(\0\0\0@\0\0\0 \0\x44\0\x65\0j\0\x61\0V\0u\0 \0S\0\x61\0n\0s\0 \0M\0o\0n\0o@(\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=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\x14\0\0\x3\xbf\0\0\x4\x1f\0\0\0\0\0\0\0\x14\0\0\x3\xbf\0\0\x4\x1f\0\0\0\0\0\0\0\0\a\x80\0\0\0\0\0\0\0\x14\0\0\x3\xbf\0\0\x4\x1f) diff --git a/.symlinks/qt6ct.conf b/.symlinks/qt6ct.conf new file mode 100644 index 0000000..b35bfaa --- /dev/null +++ b/.symlinks/qt6ct.conf @@ -0,0 +1,32 @@ +[Appearance] +color_scheme_path=/usr/share/qt6ct/colors/airy.conf +custom_palette=true +icon_theme=Papirus +standard_dialogs=gtk3 +style=Fusion + +[Fonts] +fixed=@Variant(\0\0\0@\0\0\0\x1e\0\x44\0\x65\0j\0\x61\0V\0u\0 \0L\0G\0\x43\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\x1e\0\x44\0\x65\0j\0\x61\0V\0u\0 \0L\0G\0\x43\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=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\x14\0\0\x3\xbf\0\0\x4\x1f\0\0\0\0\0\0\0\x14\0\0\x3\xbf\0\0\x4\x1f\0\0\0\0\0\0\0\0\a\x80\0\0\0\0\0\0\0\x14\0\0\x3\xbf\0\0\x4\x1f) + +[Troubleshooting] +force_raster_widgets=1 +ignored_applications=@Invalid() diff --git a/dot_config/qt5ct/symlink_qt5ct.conf.tmpl b/dot_config/qt5ct/symlink_qt5ct.conf.tmpl new file mode 100644 index 0000000..c401230 --- /dev/null +++ b/dot_config/qt5ct/symlink_qt5ct.conf.tmpl @@ -0,0 +1 @@ +{{ .chezmoi.sourceDir }}/.symlinks/qt5ct.conf diff --git a/dot_config/qt6ct/symlink_qt6ct.conf.tmpl b/dot_config/qt6ct/symlink_qt6ct.conf.tmpl new file mode 100644 index 0000000..ae9f995 --- /dev/null +++ b/dot_config/qt6ct/symlink_qt6ct.conf.tmpl @@ -0,0 +1 @@ +{{ .chezmoi.sourceDir }}/.symlinks/qt6ct.conf