Difference between revisions of "LXQt"
Views
Actions
Namespaces
Variants
Tools
added new paragraph
imported>Excalibur1234 |
imported>Excalibur1234 (added new paragraph) |
||
Line 44: | Line 44: | ||
Install well maintained themes supporting [http://gnome-look.org/index.php?xcontentmode=167 GTK2/3] and [http://box-look.org/index.php?xcontentmode=7402 Openbox] | Install well maintained themes supporting [http://gnome-look.org/index.php?xcontentmode=167 GTK2/3] and [http://box-look.org/index.php?xcontentmode=7402 Openbox] | ||
Examples: | |||
yaourt -S vertex-themes | yaourt -S vertex-themes | ||
sudo pacman -S menda-themes | |||
sudo pacman -S menda-themes-dark | |||
===4.=== | ===4.=== | ||
Line 68: | Line 73: | ||
===Example:=== | ===Example:=== | ||
Please look at [https://forum.manjaro.org/index.php?topic=18058.msg165462#msg165462 | Please look at this [https://forum.manjaro.org/index.php?topic=18058.msg165462#msg165462 Chrome theme]. | ||
The downloaded folder needs to be unpacked and moved into the right location mentioned above. The final path to the "chrome" folder has to be | The downloaded folder needs to be unpacked and moved into the right location mentioned above. The final path to the "chrome" folder has to be | ||
/usr/share/lxqt/themes/chrome/ | /usr/share/lxqt/themes/chrome/ | ||
=Change Icon Theme= | |||
The icon theme can be changed via LXQt Configuration Center --> LXQt Appearance --> Icon Theme | |||
The default icon theme of LXQt is ''oxygen-icons''. It is a relatively large download, but pretty complete. | |||
Examples of other icon themes are: | |||
sudo pacman -S menda-circle-icon-theme | |||
yaourt -S numix-icon-theme-git | |||
sudo pacman -S faenza-icon-theme | |||
yaourt -S tango-icon-theme | |||
All of these example do '''not''' provide '''complete''' icon themes. Especially in the LXQt Configuration Center are icons missing. Some application icons can be missing, too. You can easily identify applications and settings with missing icons by opening the start menu and looking at all the icons in it. | |||
Please read the next chapter (chapter 5) for a tutorial on how to assign new/other icons. | |||
=Change Icons of Applications and System Settings= | =Change Icons of Applications and System Settings= | ||
The path of icons is | The path of icons is saved in <code>.desktop</code> files. For each application you can find their corresponding <code>.desktop</code> files in one of these two locations: | ||
/usr/share/applications/ | /usr/share/applications/ | ||
~/.local/share/applications/ | ~/.local/share/applications/ | ||
Note that all folder names beginning with a dot are hidden folders. You need to make them visible by clicking <code>View --> Show Hidden</code> in your PcManFM-Qt File Browser. The <code>~</code> directory is your home folder. | Note that all folder names beginning with a dot are hidden folders. You need to make them visible by clicking <code>View --> Show Hidden</code> in your PcManFM-Qt File Browser. The <code>~</code> directory is your home folder. | ||