From c5b2dfc82baeaa998b414fc90efcc15f11f17925 Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Tue, 16 Apr 2024 09:03:23 -0400 Subject: icons: Include higher resolution icons (#608) This only includes higher resolution icons to be loaded automatically by the window manager icon cache, resulting in sharper icons in the alt-tab and wnck views. --- data/icons/64x64/apps/Makefile.am | 16 ++++++++++++++++ data/icons/64x64/apps/atril.png | Bin 0 -> 2853 bytes 2 files changed, 16 insertions(+) create mode 100644 data/icons/64x64/apps/Makefile.am create mode 100644 data/icons/64x64/apps/atril.png (limited to 'data/icons/64x64/apps') diff --git a/data/icons/64x64/apps/Makefile.am b/data/icons/64x64/apps/Makefile.am new file mode 100644 index 00000000..6aa2c49e --- /dev/null +++ b/data/icons/64x64/apps/Makefile.am @@ -0,0 +1,16 @@ +themedir = $(datadir)/icons/hicolor +size = 64x64 +context = apps + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + atril.png + +noinst_DATA = + +EXTRA_DIST = \ + $(icons_DATA) \ + $(noinst_DATA) + +-include $(top_srcdir)/git.mk diff --git a/data/icons/64x64/apps/atril.png b/data/icons/64x64/apps/atril.png new file mode 100644 index 00000000..57091d6e Binary files /dev/null and b/data/icons/64x64/apps/atril.png differ -- cgit v1.2.1