From 057676c8dd38046e0148aa3df9a378728f7ec68c Mon Sep 17 00:00:00 2001 From: KKV9 Date: Sun, 28 Jan 2024 06:43:41 +0000 Subject: [PATCH] Choose more standard font size for qt apps Fixes icon_theme bug and changes font sizes for qt apps --- config/qt5ct/qt5ct.conf | 8 ++++---- config/qt6ct/qt6ct.conf | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/config/qt5ct/qt5ct.conf b/config/qt5ct/qt5ct.conf index 3dcfc53..001f35e 100644 --- a/config/qt5ct/qt5ct.conf +++ b/config/qt5ct/qt5ct.conf @@ -1,13 +1,13 @@ [Appearance] -color_scheme_path=$HOME/.config/qt5ct/colors/Tokyo-Night.conf +color_scheme_path=/home/kkv9/.config/qt5ct/colors/Tokyo-Night.conf custom_palette=true icon_theme=Tokyonight-Dark standard_dialogs=default -style=kvantum +style=kvantum-dark [Fonts] -fixed="Fira Code Medium,12,-1,5,57,0,0,0,0,0,Regular" -general="Fira Code Medium,14,-1,5,57,0,0,0,0,0,Regular" +fixed="Hack,9,-1,5,50,0,0,0,0,0,Regular" +general="Noto Sans,10,-1,5,50,0,0,0,0,0,Regular" [Interface] activate_item_on_single_click=1 diff --git a/config/qt6ct/qt6ct.conf b/config/qt6ct/qt6ct.conf index c80cbf1..e213098 100644 --- a/config/qt6ct/qt6ct.conf +++ b/config/qt6ct/qt6ct.conf @@ -1,13 +1,13 @@ [Appearance] -color_scheme_path=$HOME/.config/qt6ct/colors/Tokyo-Night.conf +color_scheme_path=/home/kkv9/.config/qt6ct/colors/Tokyo-Night.conf custom_palette=true -icon_theme=TokyoNight-Tokyonight-Dark +icon_theme=Tokyonight-Dark standard_dialogs=default -style=kvantum +style=kvantum-dark [Fonts] -fixed="Fira Code Medium,12,-1,5,57,0,0,0,0,0,Regular" -general="Fira Code Medium,14,-1,5,57,0,0,0,0,0,Regular" +fixed="Hack,9,-1,5,700,1,0,0,0,0,0,0,0,0,0,1,Regular" +general="Noto Sans,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,Regular" [Interface] activate_item_on_single_click=1