Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
f04649233b
|
|||
b53a08d6e3
|
|||
f7f0bc9439
|
|||
c22fa09e43
|
|||
d0989b1cbb
|
|||
37889b06a4
|
|||
f5fa999ef5
|
|||
84bd6b57ed
|
12
Makefile
@@ -12,11 +12,11 @@ TZ = $(wildcard tz/*)
|
||||
LOCALES = $(wildcard locales/*)
|
||||
|
||||
THEME = \
|
||||
$(wildcard artix/*.png) \
|
||||
artix/theme.txt \
|
||||
artix/u_vga16_16.pf2
|
||||
$(wildcard blackartix/*.png) \
|
||||
blackartix/theme.txt \
|
||||
blackartix/u_vga16_16.pf2
|
||||
|
||||
ICONS= $(wildcard artix/icons/*.png)
|
||||
ICONS= $(wildcard blackartix/icons/*.png)
|
||||
|
||||
|
||||
install_live_cfg:
|
||||
@@ -36,6 +36,10 @@ install_theme:
|
||||
install $(DMODE) $(DESTDIR)$(PREFIX)/share/grub/themes/artix/icons
|
||||
install $(FMODE) $(ICONS) $(DESTDIR)$(PREFIX)/share/grub/themes/artix/icons
|
||||
|
||||
install_softlink:
|
||||
# install $(DMODE) $(DESTDIR)$(PREFIX)/share/grub/themes/artix
|
||||
# @ln -sf $(DESTDIR)$(PREFIX)/share/grub/themes/blackartix $(DESTDIR)$(PREFIX)/usr/share/grub/themes/artix
|
||||
|
||||
install: install_live_cfg install_theme
|
||||
|
||||
dist:
|
||||
|
Before Width: | Height: | Size: 736 KiB After Width: | Height: | Size: 667 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
BIN
artix/logo.png
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 36 KiB |