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/128x128/Makefile.am | 4 ++++ data/icons/128x128/apps/Makefile.am | 16 ++++++++++++++++ data/icons/128x128/apps/atril.png | Bin 0 -> 5590 bytes 3 files changed, 20 insertions(+) create mode 100644 data/icons/128x128/Makefile.am create mode 100644 data/icons/128x128/apps/Makefile.am create mode 100644 data/icons/128x128/apps/atril.png (limited to 'data/icons/128x128') diff --git a/data/icons/128x128/Makefile.am b/data/icons/128x128/Makefile.am new file mode 100644 index 00000000..237e2099 --- /dev/null +++ b/data/icons/128x128/Makefile.am @@ -0,0 +1,4 @@ +SUBDIRS = apps + + +-include $(top_srcdir)/git.mk diff --git a/data/icons/128x128/apps/Makefile.am b/data/icons/128x128/apps/Makefile.am new file mode 100644 index 00000000..47dada0a --- /dev/null +++ b/data/icons/128x128/apps/Makefile.am @@ -0,0 +1,16 @@ +themedir = $(datadir)/icons/hicolor +size = 128x128 +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/128x128/apps/atril.png b/data/icons/128x128/apps/atril.png new file mode 100644 index 00000000..5deac6ae Binary files /dev/null and b/data/icons/128x128/apps/atril.png differ -- cgit v1.2.1