fixed qt instructions

This commit is contained in:
2026-01-14 11:54:06 +03:00
parent 78daab7176
commit 4293421166

View File

@@ -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 ```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 enabled = true
input_path = '~/.config/clrsync/templates/qtct.conf' input_path = '~/.config/clrsync/templates/qtct.conf'
output_path = '~/.config/qt5ct/colors/clrsync.conf' output_path = '~/.config/qt5ct/colors/clrsync.conf'
reload_cmd = '' 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
```