fix: GRUB branding to Antergos NeXT instead of Artix

This commit is contained in:
2026-07-01 18:50:42 +02:00
parent 45f032bcb8
commit 415de465ba
@@ -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"