Difference between revisions of "LXQt"
Views
Actions
Namespaces
Variants
Tools
→Theming A Pure Qt4/5 System
imported>Excalibur1234 (small change) |
imported>Qanjaro |
||
Line 75: | Line 75: | ||
=Theming A Pure Qt4/5 System= | =Theming A Pure Qt4/5 System= | ||
For customizing a pure Qt4/5 system you can use the preinstalled qtconfig-qt4 and its qt5 version, | For customizing a pure Qt4/5 system you can use the preinstalled qtconfig-qt4 and you can install its qt5 version, <code>qt5ct</code> by | ||
yaourt -S qt5ct | yaourt -S qt5ct | ||
Line 100: | Line 100: | ||
Those two theming engines by themselves can be customized | Those two theming engines' default styles by themselves can be customized too. With <code>qtcurve</code> you need to manually edit the <code>~/.config/qtcurve/stylerc</code> file. You can, for instance, change the menu bar background colour by | ||
shadeMenubars=#cdcdcd | shadeMenubars=#cdcdcd | ||
Line 112: | Line 112: | ||
shadeSliders=origselected | shadeSliders=origselected | ||
Instead of "origselected" you can enter "selected" or any colour you want. | Instead of "origselected" you can enter "selected" or any colour (#xyxyxy) you want. | ||
You can set | |||
colorMenubarMouseOver=true | |||
You can set custom menu text colour by | |||
customMenuNormTextColor=#ff5500 | |||
customMenuSelTextColor=#ffaa00 | |||
customMenuTextColor=true | |||
Besides, you can download a qtcurve preset (a xxxxx.qtcurve file) and copy-paste its content into your .stylerc. | |||
Another theme engine is <code>kvantum</code>: | Another theme engine is <code>kvantum</code>: | ||
Line 120: | Line 131: | ||
It doesn't have KDE dependencies, but its said customization utility seemingly only works in KDE (at this time) as I couldn't see any such utility in my system after installing it. <code>kvantum</code> can be installed as a Qt5 app as well, but since there's no separate Qt5 AUR package, you need to install it once more as a Qt5 app. To do that you should edit the package content when <code>yaourt</code> asks you to; just replace the "qt4" entries with "qt5". | It doesn't have KDE dependencies, but its said customization utility seemingly only works in KDE (at this time) as I couldn't see any such utility in my system after installing it. <code>kvantum</code> can be installed as a Qt5 app as well, but since there's no separate Qt5 AUR package, you need to install it once more as a Qt5 app. To do that you should edit the package content when <code>yaourt</code> asks you to; just replace the "qt4" entries with "qt5". | ||
=Panel Theming= | =Panel Theming= |