mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
Prefer XPM assets instead of PNG assets (XFWM)
This commit is contained in:
parent
4117582295
commit
e86cf91d09
@ -9,8 +9,8 @@ themedarkdir = $(datadir)/themes/Arc-Dark
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ithemedir = $(DESTDIR)$(themedir)
|
ithemedir = $(DESTDIR)$(themedir)
|
||||||
ithemedarkerdir = $(DESTDIR)$(themedarkerdir)
|
ithemedarkerdir = $(DESTDIR)$(themedarkerdir)
|
||||||
ithemedarkdir = $(DESTDIR)$(themedarkdir)
|
ithemedarkdir = $(DESTDIR)$(themedarkdir)
|
||||||
|
|
||||||
install-exec-hook:
|
install-exec-hook:
|
||||||
|
|
||||||
@ -271,7 +271,7 @@ if ENABLE_LIGHT
|
|||||||
$(MKDIR_P) $(ithemedir)/xfwm4
|
$(MKDIR_P) $(ithemedir)/xfwm4
|
||||||
|
|
||||||
cd $(srcdir)/xfwm4 && \
|
cd $(srcdir)/xfwm4 && \
|
||||||
cp -R assets/*.png $(ithemedir)/xfwm4 && \
|
cp -R assets/*.xpm $(ithemedir)/xfwm4 && \
|
||||||
cp themerc $(ithemedir)/xfwm4/themerc
|
cp themerc $(ithemedir)/xfwm4/themerc
|
||||||
endif # ENABLE_LIGHT
|
endif # ENABLE_LIGHT
|
||||||
|
|
||||||
@ -279,7 +279,7 @@ if ENABLE_DARKER
|
|||||||
$(MKDIR_P) $(ithemedarkerdir)/xfwm4
|
$(MKDIR_P) $(ithemedarkerdir)/xfwm4
|
||||||
|
|
||||||
cd $(srcdir)/xfwm4 && \
|
cd $(srcdir)/xfwm4 && \
|
||||||
cp -R assets-dark/*.png $(ithemedarkerdir)/xfwm4 && \
|
cp -R assets-dark/*.xpm $(ithemedarkerdir)/xfwm4 && \
|
||||||
cp themerc-dark $(ithemedarkerdir)/xfwm4/themerc
|
cp themerc-dark $(ithemedarkerdir)/xfwm4/themerc
|
||||||
endif # ENABLE_DARKER
|
endif # ENABLE_DARKER
|
||||||
|
|
||||||
@ -287,7 +287,7 @@ if ENABLE_DARK
|
|||||||
$(MKDIR_P) $(ithemedarkdir)/xfwm4
|
$(MKDIR_P) $(ithemedarkdir)/xfwm4
|
||||||
|
|
||||||
cd $(srcdir)/xfwm4 && \
|
cd $(srcdir)/xfwm4 && \
|
||||||
cp -R assets-dark/*.png $(ithemedarkdir)/xfwm4 && \
|
cp -R assets-dark/*.xpm $(ithemedarkdir)/xfwm4 && \
|
||||||
cp themerc-dark $(ithemedarkdir)/xfwm4/themerc
|
cp themerc-dark $(ithemedarkdir)/xfwm4/themerc
|
||||||
endif # ENABLE_DARK
|
endif # ENABLE_DARK
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user