From 415de465bac3d116899bdac2c13b0a2892463b33 Mon Sep 17 00:00:00 2001 From: Celestia Ludenberg Date: Wed, 1 Jul 2026 18:50:42 +0200 Subject: [PATCH] fix: GRUB branding to Antergos NeXT instead of Artix --- iso-profiles/antergos/root-overlay/etc/default/grub | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iso-profiles/antergos/root-overlay/etc/default/grub b/iso-profiles/antergos/root-overlay/etc/default/grub index a1699e3..d163691 100644 --- a/iso-profiles/antergos/root-overlay/etc/default/grub +++ b/iso-profiles/antergos/root-overlay/etc/default/grub @@ -1,6 +1,6 @@ GRUB_DEFAULT="0" GRUB_TIMEOUT="3" -GRUB_DISTRIBUTOR="Artix" +GRUB_DISTRIBUTOR="Antergos NeXT" GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" GRUB_CMDLINE_LINUX="net.ifnames=0" @@ -40,7 +40,7 @@ export GRUB_COLOR_HIGHLIGHT="light-cyan/blue" # Uncomment one of them for the gfx desired, a image background or a gfxtheme #GRUB_BACKGROUND="/path/to/wallpaper" -GRUB_THEME="/usr/share/grub/themes/artix/theme.txt" +GRUB_THEME="/usr/share/grub/themes/antergos/theme.txt" # Uncomment to get a beep at GRUB start #GRUB_INIT_TUNE="480 440 1"