Compare commits

8 Commits

Author SHA1 Message Date
f04649233b Latest Makefile, changed theme folder name. 2020-06-30 01:03:22 +03:00
b53a08d6e3 Project Updates 2020-06-26 15:19:19 +03:00
f7f0bc9439 Makefile Update 2020-06-26 03:16:04 +03:00
c22fa09e43 Removed artix folded 2020-06-26 03:04:35 +03:00
d0989b1cbb Artix Original added 2020-06-25 20:54:16 +03:00
37889b06a4 BlackArtix Grub theme added, Artix Removed 2020-06-25 20:52:12 +03:00
f5fa999ef5 Rescaled logo to 256x256 2020-06-25 16:55:57 +03:00
84bd6b57ed Black Artix grub theme 2020-06-25 16:54:13 +03:00
5 changed files with 8 additions and 4 deletions

View File

@@ -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:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 736 KiB

After

Width:  |  Height:  |  Size: 667 KiB

View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 36 KiB