Advertising
Welcome to SparkyLinux forums
Zapraszamy również na polsko-języczne Forum https://forum.linuxiarze.pl
Quote from: SparkyBookworm on May 09, 2023, 04:25:26 PMInteresting Ai chat, that linux can't overcome critical hardware failure.
QuoteOpenbox does not natively support the use of desktop icons or wallpapers.
See PCManFM, SpaceFM and Idesk.
Note: You may have to edit ~/.conkyrc and set own_window_type to normal.
QuoteYou can configure a general rule for all applications to use icons from a single theme in the `rc.xml` file. Here's how you can do it:
1. Open the `rc.xml` file in a text editor.
2. Scroll to the bottom of the file and add a new `theme` element with the `name` attribute set to the name of the icon theme you want to use, like this:
<theme>
<name>name-of-icon-theme</name>
</theme>
Replace `name-of-icon-theme` with the actual name of the icon theme that you want to use.
3. Save the `rc.xml` file.
4. Restart Openbox by running the following command in a terminal:
openbox --restart
After completing these steps, Openbox should use icons from the specified icon theme for all applications that do not have a specific `application` element defined in the `rc.xml` file.
If you want to override the general rule for a specific application, you can still define an `application` element for that application in the `rc.xml` file, as we discussed earlier. The `application` element will take precedence over the general `theme` element.
QuoteMenulibre is a graphical menu editor for LXQT that allows you to add, remove, and modify applications in the LXQT menu. While it does not directly control the appearance of the Openbox window manager or its icons, it can indirectly affect the appearance of Openbox by modifying the menu entries that are displayed in the LXQT panel.
Specifically, Menulibre allows you to set the icon for a menu entry, which is used by the LXQT panel to display the icon for the corresponding application. When you launch the application and it appears in the Openbox window manager, the icon used by Openbox will be based on the icon set by the LXQT panel.
To change the icon for an application in Menulibre, follow these steps:
1. Launch Menulibre by clicking on the "Menu Editor" icon in the LXQT panel.
2. Find the application for which you want to change the icon and click on it to select it.
3. Click on the "Properties" button in the lower-right corner of the Menulibre window.
4. In the "Properties" window, click on the "Icon" field to select a new icon.
5. Choose a new icon from the available options or click the "Browse" button to search for an icon file on your system.
6. Click "OK" to save the changes to the application's icon.
After changing the icon in Menulibre, you may need to log out and log back in or restart Openbox for the changes to take effect.