From 0c7d6bd176b5789d3abe1110e9621abd82b1e18a Mon Sep 17 00:00:00 2001 From: tiyn Date: Tue, 22 Oct 2024 00:22:32 +0200 Subject: [PATCH] qt: updated darkmode | discord: skip update check --- .config/discord/settings.json | 6 ++++++ .config/qt5ct/qt5ct.conf | 8 ++++++-- .config/qt6ct/qt6ct.conf | 31 +++++++++++++++++++++++++++++++ .profile | 2 +- 4 files changed, 44 insertions(+), 3 deletions(-) create mode 100644 .config/discord/settings.json create mode 100644 .config/qt6ct/qt6ct.conf diff --git a/.config/discord/settings.json b/.config/discord/settings.json new file mode 100644 index 0000000..2f17df6 --- /dev/null +++ b/.config/discord/settings.json @@ -0,0 +1,6 @@ +{ + "chromiumSwitches": {}, + "IS_MAXIMIZED": false, + "IS_MINIMIZED": false, + "SKIP_HOST_UPDATE": true +} diff --git a/.config/qt5ct/qt5ct.conf b/.config/qt5ct/qt5ct.conf index fadee5e..9c7aefa 100644 --- a/.config/qt5ct/qt5ct.conf +++ b/.config/qt5ct/qt5ct.conf @@ -5,8 +5,8 @@ standard_dialogs=default style=Fusion [Fonts] -fixed=@Variant(\0\0\0@\0\0\0\x1a\0I\0\x42\0M\0 \0P\0l\0\x65\0x\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\x1a\0I\0\x42\0M\0 \0P\0l\0\x65\0x\0 \0M\0o\0n\0o@&\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10) +fixed="Linux Biolinum,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1" +general="Linux Biolinum,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1" [Interface] activate_item_on_single_click=1 @@ -25,3 +25,7 @@ wheel_scroll_lines=3 [SettingsWindow] geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\x16\0\0\t\xff\0\0\x5\x9f\0\0\0\0\0\0\0\x16\0\0\t\xff\0\0\x5\x9f\0\0\0\0\0\0\0\0\n\0\0\0\0\0\0\0\0\x16\0\0\t\xff\0\0\x5\x9f) + +[Troubleshooting] +force_raster_widgets=1 +ignored_applications=@Invalid() diff --git a/.config/qt6ct/qt6ct.conf b/.config/qt6ct/qt6ct.conf new file mode 100644 index 0000000..b0c0cb1 --- /dev/null +++ b/.config/qt6ct/qt6ct.conf @@ -0,0 +1,31 @@ +[Appearance] +color_scheme_path=/usr/share/qt6ct/colors/darker.conf +custom_palette=true +standard_dialogs=default +style=Fusion + +[Fonts] +fixed="Linux Biolinum,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1" +general="Linux Biolinum,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\x16\0\0\t\xff\0\0\x5\x9f\0\0\0\0\0\0\0\x16\0\0\t\xff\0\0\x5\x9f\0\0\0\0\0\0\0\0\n\0\0\0\0\0\0\0\0\x16\0\0\t\xff\0\0\x5\x9f) + +[Troubleshooting] +force_raster_widgets=1 +ignored_applications=@Invalid() diff --git a/.profile b/.profile index ddac26e..73b5f5e 100644 --- a/.profile +++ b/.profile @@ -15,7 +15,7 @@ export IMAGE="sxiv" export READER="zathura" export STATUSBAR="dwmblocks" export TERMINAL="st" -export QT_QPA_PLATFORMTHEME="qt5ct" +export QT_QPA_PLATFORMTHEME="qt6ct" export XDG_CACHE_HOME="${HOME}/.cache" export XDG_CONFIG_HOME="${HOME}/.config"