Add <theme><fallbackAppIcon>

This commit adds <theme><fallbackAppIcon> that configures the icon name
to be used when lookups for an application icon is failed. Its default
value is set as 'labwc' which shows our labwc logo.
This commit is contained in:
tokyo4j 2025-01-12 16:52:37 +09:00 committed by Consolatis
parent dc474521ab
commit 26064fb8f6
5 changed files with 19 additions and 0 deletions

View file

@ -483,6 +483,12 @@ extending outward from the snapped edge.
*<theme><icon>*
The name of the icon theme to use. It is not set by default.
*<theme><fallbackAppIcon>*
The name of the icon to use as a fallback when the application icon
(e.g. window icon in the titlebar) is not available. The name follows
the ones specified in "Icon=" entries in desktop files.
Default is 'labwc'.
*<theme><titlebar><layout>*
Selection and order of buttons in a window's titlebar.
The following identifiers can be used, each only once:

View file

@ -30,6 +30,7 @@
<theme>
<name></name>
<icon></icon>
<fallbackAppIcon>labwc</fallbackAppIcon>
<titlebar>
<layout>icon:iconify,max,close</layout>
<showTitle>yes</showTitle>