Add icons at missing sizes, clean up SVG metadata
Adds app icon at 24px, 32px, 64px, 96px. This should give a cleaner look in system menus like App Finder, Whisker Menu. Removes export path strings from SVGs, metadata which Inkscape added on export. Note: Inkscape has recently changed this to use relative paths so it shouldn't be an issue in the future.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
iconsdir = $(datadir)/icons/hicolor/24x24/actions
|
||||
icons_DATA = xc_crosshair.png
|
||||
EXTRA_DIST = $(icons_DATA)
|
||||
|
||||
appicondir = $(datadir)/icons/hicolor/24x24/apps
|
||||
appicon_DATA = org.xfce.taskmanager.png
|
||||
|
||||
EXTRA_DIST = $(icons_DATA) $(appicon_DATA)
|
||||
|
||||
Reference in New Issue
Block a user