diff options
author | Victor Kareh <[email protected]> | 2024-04-16 09:03:23 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2024-04-16 15:03:23 +0200 |
commit | c5b2dfc82baeaa998b414fc90efcc15f11f17925 (patch) | |
tree | 075a449a729cdfb16fef272063c395dd673f0e13 /data/icons/128x128 | |
parent | 3c3aa9cbb18e3a10d4aa95e258d8c415750f1ff3 (diff) | |
download | atril-c5b2dfc82baeaa998b414fc90efcc15f11f17925.tar.bz2 atril-c5b2dfc82baeaa998b414fc90efcc15f11f17925.tar.xz |
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.
Diffstat (limited to 'data/icons/128x128')
-rw-r--r-- | data/icons/128x128/Makefile.am | 4 | ||||
-rw-r--r-- | data/icons/128x128/apps/Makefile.am | 16 | ||||
-rw-r--r-- | data/icons/128x128/apps/atril.png | bin | 0 -> 5590 bytes |
3 files changed, 20 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 00000000..5deac6ae --- /dev/null +++ b/data/icons/128x128/apps/atril.png |