mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
add thumbnails for cinnamon theme chooser (#592)
This commit is contained in:
parent
5acba9421b
commit
cbc5050164
@ -29,6 +29,8 @@ endif # ENABLE_DARK
|
||||
if ENABLE_CINNAMON
|
||||
$(MKDIR_P) $(ithemedir)/cinnamon
|
||||
|
||||
cd $(srcdir)/cinnamon && cp thumbnail.png $(ithemedir)/cinnamon
|
||||
|
||||
cd $(srcdir)/cinnamon && cp -R \
|
||||
common-assets \
|
||||
light-assets \
|
||||
@ -38,6 +40,8 @@ if ENABLE_CINNAMON
|
||||
if ENABLE_DARK
|
||||
$(MKDIR_P) $(ithemedarkdir)/cinnamon
|
||||
|
||||
cd $(srcdir)/cinnamon && cp thumbnail-dark.png $(ithemedarkdir)/cinnamon/thumbnail.png
|
||||
|
||||
cd $(srcdir)/cinnamon && cp -R \
|
||||
common-assets \
|
||||
dark-assets \
|
||||
@ -128,6 +132,8 @@ if ENABLE_GTK3
|
||||
if ENABLE_LIGHT
|
||||
$(MKDIR_P) $(ithemedir)/gtk-3.0
|
||||
|
||||
cd $(srcdir)/gtk-3.0 && cp thumbnail.png $(ithemedir)/gtk-3.0
|
||||
|
||||
cd $(srcdir)/gtk-3.0/$(GNOME_VERSION) && cp -R \
|
||||
assets \
|
||||
gtk.css \
|
||||
@ -138,6 +144,8 @@ endif # ENABLE_LIGHT
|
||||
if ENABLE_DARKER
|
||||
$(MKDIR_P) $(ithemedarkerdir)/gtk-3.0
|
||||
|
||||
cd $(srcdir)/gtk-3.0 && cp thumbnail.png $(ithemedarkerdir)/gtk-3.0
|
||||
|
||||
cd $(srcdir)/gtk-3.0/$(GNOME_VERSION) && cp -R \
|
||||
assets \
|
||||
gtk-dark.css \
|
||||
@ -151,6 +159,8 @@ endif # ENABLE_DARKER
|
||||
if ENABLE_DARK
|
||||
$(MKDIR_P) $(ithemedarkdir)/gtk-3.0
|
||||
|
||||
cd $(srcdir)/gtk-3.0 && cp thumbnail-dark.png $(ithemedarkdir)/gtk-3.0/thumbnail.png
|
||||
|
||||
cd $(srcdir)/gtk-3.0/$(GNOME_VERSION) && cp -R \
|
||||
assets \
|
||||
$(ithemedarkdir)/gtk-3.0
|
||||
@ -198,7 +208,7 @@ if ENABLE_METACITY
|
||||
if ENABLE_LIGHT
|
||||
cp -R $(srcdir)/metacity-1 $(ithemedir)
|
||||
|
||||
cd $(ithemedir)/metacity-1 && rm metacity-theme-1-dark.xml metacity-theme-2-dark.xml
|
||||
cd $(ithemedir)/metacity-1 && rm metacity-theme-1-dark.xml metacity-theme-2-dark.xml thumbnail-dark.png
|
||||
endif # ENABLE_LIGHT
|
||||
|
||||
if ENABLE_DARKER
|
||||
@ -206,7 +216,8 @@ if ENABLE_DARKER
|
||||
|
||||
cd $(ithemedarkerdir)/metacity-1 && \
|
||||
mv metacity-theme-1-dark.xml metacity-theme-1.xml && \
|
||||
mv metacity-theme-2-dark.xml metacity-theme-2.xml
|
||||
mv metacity-theme-2-dark.xml metacity-theme-2.xml && \
|
||||
mv thumbnail-dark.png thumbnail.png
|
||||
endif # ENABLE_DARKER
|
||||
|
||||
if ENABLE_DARK
|
||||
@ -214,7 +225,8 @@ if ENABLE_DARK
|
||||
|
||||
cd $(ithemedarkdir)/metacity-1 && \
|
||||
mv metacity-theme-1-dark.xml metacity-theme-1.xml && \
|
||||
mv metacity-theme-2-dark.xml metacity-theme-2.xml
|
||||
mv metacity-theme-2-dark.xml metacity-theme-2.xml && \
|
||||
mv thumbnail-dark.png thumbnail.png
|
||||
endif # ENABLE_DARK
|
||||
|
||||
endif # ENABLE_METACITY
|
||||
|
BIN
common/cinnamon/thumbnail-dark.png
Normal file
BIN
common/cinnamon/thumbnail-dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
BIN
common/cinnamon/thumbnail.png
Normal file
BIN
common/cinnamon/thumbnail.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
BIN
common/gtk-3.0/thumbnail-dark.png
Normal file
BIN
common/gtk-3.0/thumbnail-dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
BIN
common/gtk-3.0/thumbnail.png
Normal file
BIN
common/gtk-3.0/thumbnail.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
BIN
common/metacity-1/thumbnail-dark.png
Normal file
BIN
common/metacity-1/thumbnail-dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 772 B |
BIN
common/metacity-1/thumbnail.png
Normal file
BIN
common/metacity-1/thumbnail.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 755 B |
Loading…
Reference in New Issue
Block a user