Difference between revisions of "LXQt"
small changes for a better understanding
imported>Mozon |
imported>Excalibur1234 (small changes for a better understanding) |
||
Line 39: | Line 39: | ||
Alternatively, follow this guide to install a more modern window manager with higher hardware resources: [[LXQt with kwin]] | Alternatively, follow this guide to install a more modern window manager with higher hardware resources: [[LXQt with kwin]] | ||
=Window Content Theming= | =Window Content Theming= | ||
Line 69: | Line 70: | ||
yaourt -S vertex-themes | yaourt -S vertex-themes | ||
Edit manually the theme files to further | Edit manually the theme files to further customize if you like. | ||
=Theming A Pure Qt4/5 System= | =Theming A Pure Qt4/5 System= | ||
For | For customizing a pure Qt4/5 system you can use the preinstalled qtconfig-qt4 and its qt5 version, [http://qt-apps.org/content/show.php/Qt5+Configuration+Tool?content=168066 qt5ct] which you can easily compile from the AUR: | ||
yaourt -S qt5ct | |||
Line 80: | Line 84: | ||
export QT_QPA_PLATFORMTHEME=qt5ct | export QT_QPA_PLATFORMTHEME=qt5ct | ||
Attention: After an update to Qt5 you may need to re-install/compile <code>qt5ct</code>. | |||
Your | Your customization by this tool will not be honoured immediately (only) by <code>pcmanfm-qt</code> which runs in your LXQt system in daemon mode. In order for it to honour your customization you need to re-login. | ||
In addition to the preinstalled | In addition to the preinstalled Qt theme engines you can install <code>qtcurve-qt4</code> and <code>qtcurve-qt5</code> from the repo by: | ||
sudo pacman -S qtcurve-qt4 qtcurve-qt5 | sudo pacman -S qtcurve-qt4 qtcurve-qt5 | ||
Line 96: | Line 100: | ||
Those two theming engines by themselves | Those two theming engines 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 115: | Line 119: | ||
yaourt -S kdestyle-kvantum-kde4-git | yaourt -S kdestyle-kvantum-kde4-git | ||
It doesn't have KDE dependencies, but its said | 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= |