Manjaro Difference between revisions of "LXQt"

Difference between revisions of "LXQt"

From Manjaro
imported>Excalibur1234
imported>Dicktater
m (First word of sentences capitalization.)
Line 21: Line 21:




open a <code>.desktop</code> file with a text editor with root privileges and look for the following line:
Open a <code>.desktop</code> file with a text editor with root privileges and look for the following line:
  Icon=
  Icon=
insert the path to the icon you want to use after the <code>=</code> symbol. a lot of system icons can be found in this location:
Insert the path to the icon you want to use after the <code>=</code> symbol. A lot of system icons can be found in this location:
  /usr/share/icons/
  /usr/share/icons/




example: if you want to use a flag icon, use this line in the <code>.desktop</code> file:
Example: if you want to use a flag icon, use this line in the <code>.desktop</code> file:
  Icon=/usr/share/icons/gnome/48x48/apps/locale.png
  Icon=/usr/share/icons/gnome/48x48/apps/locale.png


Line 56: Line 56:
This Icon can be changed by opening the following folder with root privileges:  
This Icon can be changed by opening the following folder with root privileges:  
  /usr/share/lxqt/themes/<theme name>/
  /usr/share/lxqt/themes/<theme name>/
replace <theme name> with the name of the theme you are currently using. The name of your current theme can be found in <code>System Settings&gt;LXQT Configuration Center&gt;LXQtAppearance&gt;LXQt Theme</code>.
Replace <theme name> with the name of the theme you are currently using. The name of your current theme can be found in <code>System Settings&gt;LXQT Configuration Center&gt;LXQtAppearance&gt;LXQt Theme</code>.


In this folder, you find a <code>mainmenu.png</code> file. It is the icon of your Start Menu (called "Mainmenu" in LXQt). Replace this file with the icon file you want to use. Rename your icon file to the same name.
In this folder, you find a <code>mainmenu.png</code> file. It is the icon of your Start Menu (called "Mainmenu" in LXQt). Replace this file with the icon file you want to use. Rename your icon file to the same name.

Revision as of 19:15, 7 August 2014


Window Theming

If you’d like to have a unified theme for all your GTK2/3/Openbox and Qt4/5 applications and be able to customise them:

  1. Choose gtk in lxqt-config (LXQt System Settings>Appearance);
  2. Install well maintained themes supporting GTK2/3 and Openbox;
  3. Edit manually the theme files to further customise if you like.

For a pure Qt4/5 system you don’t have really an option to choose a preset or customise the default one. You may use the default fusion and wait either for qtcurve or for vitality (bespin developer’s new creation) to have a config tool. Or another generous soul may create a qtconfig-qt5 in the mean time.


Change Icons of Applications and System Settings

The path of icons is saven in .desktop files. For each application you can find their corresponding .desktop files in one of these locations:

/usr/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 View --> Show Hidden in your PcManFM-Qt File Browser. The ~ directory is your home folder.


Open a .desktop file with a text editor with root privileges and look for the following line:

Icon=

Insert the path to the icon you want to use after the = symbol. A lot of system icons can be found in this location:

/usr/share/icons/


Example: if you want to use a flag icon, use this line in the .desktop file:

Icon=/usr/share/icons/gnome/48x48/apps/locale.png


Change Order of Icons on Panel

You can click the right mouse button on top of a panel element in order to move it. Alternatively, you can move panel elements by holding CTRL+Left Mouse and draging the element. If you want to do it manually by editing files, do the following:


You can modify the panel by opening the following file in a text editor:

~/.config/lxqt/panel.conf

Note that all folder names beginning with a dot are hidden folders. You need to make them visible by clicking View --> Show Hidden in your PcManFM-Qt File Browser. The ~ directory is your home folder.


Change the order of whole paragraphs beginning with [square brackets] to move items on your panel. In addition, use one of the following lines:

alignment=Left
alignment=Right

Pay attention to the paragraph with the title [quicklaunch]. This is a panel element, which contains multiple quick launch items. it can only be moved as one element. The order of every quick launch item can be adjusted separately within the [quicklaunch] element.


In order to see the changes logout and log in again. If you want to see the changes immediately run the following commands:

killall lxqt-panel
lxqt-panel


Change Icon of Start Menu / Mainmenu

This Icon can be changed by opening the following folder with root privileges:

/usr/share/lxqt/themes/<theme name>/

Replace <theme name> with the name of the theme you are currently using. The name of your current theme can be found in System Settings>LXQT Configuration Center>LXQtAppearance>LXQt Theme.

In this folder, you find a mainmenu.png file. It is the icon of your Start Menu (called "Mainmenu" in LXQt). Replace this file with the icon file you want to use. Rename your icon file to the same name.


Great icons can be found in this thread: https://forum.manjaro.org/index.php?topic=15613.0


In order to see the changes logout and log in again. If you want to see the changes immediately run the following commands:

killall lxqt-panel
lxqt-panel
Cookies help us deliver our services. By using our services, you agree to our use of cookies.