diff options
| author | Mystia-Izakaya <[email protected]> | 2026-06-13 03:38:43 +0300 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-06-17 15:15:53 -0400 |
| commit | 2db9ab174696a9ea88ad1bfd0043fdf6ca5db489 (patch) | |
| tree | 2997e6c07bda74c0f3ba782c5c1cc11c4372da46 | |
| parent | 241696c5f6f6b938de6ce89e8051d9ab06c00a4e (diff) | |
| download | marco-2db9ab174696a9ea88ad1bfd0043fdf6ca5db489.tar.bz2 marco-2db9ab174696a9ea88ad1bfd0043fdf6ca5db489.tar.xz | |
Change default icon from preferences-desktop-theme to application-x-executable
The preferences-desktop-theme icon is really annoying and confusing as the default icon for windows which do not have an icon. I suggest using application-x-executable as a more visually consistent alternative.
| -rw-r--r-- | src/include/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/common.h b/src/include/common.h index 1f5e7cc9..06f63bf5 100644 --- a/src/include/common.h +++ b/src/include/common.h @@ -341,7 +341,7 @@ void meta_frame_borders_clear (MetaFrameBorders *self); #define META_MINI_ICON_WIDTH 16 #define META_MINI_ICON_HEIGHT 16 -#define META_DEFAULT_ICON_NAME "preferences-desktop-theme" +#define META_DEFAULT_ICON_NAME "application-x-executable" #define META_PRIORITY_PREFS_NOTIFY (G_PRIORITY_DEFAULT_IDLE + 10) #define META_PRIORITY_WORK_AREA_HINT (G_PRIORITY_DEFAULT_IDLE + 15) |
