From 4293421166b9022373d16f79f7f6aa983708ed46 Mon Sep 17 00:00:00 2001 From: Daniel Dada Date: Wed, 14 Jan 2026 11:54:06 +0300 Subject: [PATCH] fixed qt instructions --- extra/templates/qt/readme.md | 43 +++++++++++++++++++++++++++++++----- 1 file changed, 38 insertions(+), 5 deletions(-) diff --git a/extra/templates/qt/readme.md b/extra/templates/qt/readme.md index 589427b..db19f2b 100644 --- a/extra/templates/qt/readme.md +++ b/extra/templates/qt/readme.md @@ -1,15 +1,48 @@ -# Qt (qt5ct/qt6ct) +# Qt -1. Download the [template file](qtct.conf) +1. Download the templates: + - Kvantum: [kvantum.kvconfig](kvantum.kvconfig) and [kvantum.svg](kvantum.svg) + - Qt5ct/Qt6ct: [qtct.conf](qtct.conf) -2. Configure the template in `~/.config/clrsync/config.toml`: +2. Configure the templates in `~/.config/clrsync/config.toml`: ```toml -[templates.qtct] +[templates.kvantum] +enabled = true +input_path = '~/.config/clrsync/templates/kvantum/kvantum.kvconfig' +output_path = '~/.config/Kvantum/clrsync/clrsync.kvconfig' +reload_cmd = '' + +[templates.kvantum-svg] +enabled = true +input_path = '~/.config/clrsync/templates/kvantum/kvantum.svg' +output_path = '~/.config/Kvantum/clrsync/clrsync.svg' +reload_cmd = '' + +[templates.qt5ct] enabled = true input_path = '~/.config/clrsync/templates/qtct.conf' output_path = '~/.config/qt5ct/colors/clrsync.conf' reload_cmd = '' + +[templates.qt6ct] +enabled = true +input_path = '~/.config/clrsync/templates/qtct.conf' +output_path = '~/.config/qt6ct/colors/clrsync.conf' +reload_cmd = '' ``` -3. Select `clrsync` color scheme in qt5ct/qt6ct +3. Set the theme in `~/.config/Kvantum/kvantum.kvconfig`: + +```conf +[General] +theme=clrsync +``` + +4. Set the theme in `~/.config/qt5ct/qt5ct.conf` and `~/.config/qt6ct/qt6ct.conf`: + +```conf +[Appearance] +color_scheme_path=$HOME/.config/qt5ct/colors/clrsync.conf +custom_palette=true +```