From 7937d5cb940fd84d0616aae567e351deed62f255 Mon Sep 17 00:00:00 2001 From: d3v1l0n Date: Mon, 30 Dec 2024 07:55:53 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20feat:=20set=20to=20to=20Snigdha?= =?UTF-8?q?=20OS=20Specified=20theme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archiso/airootfs/etc/default/grub | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/archiso/airootfs/etc/default/grub b/archiso/airootfs/etc/default/grub index 5866f7b..fc19228 100644 --- a/archiso/airootfs/etc/default/grub +++ b/archiso/airootfs/etc/default/grub @@ -2,7 +2,7 @@ GRUB_DEFAULT=0 GRUB_TIMEOUT=5 -GRUB_DISTRIBUTOR="Arch" +GRUB_DISTRIBUTOR="Snigdha" GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet" GRUB_CMDLINE_LINUX="zswap.enabled=0 rootfstype=btrfs" @@ -44,7 +44,7 @@ GRUB_DISABLE_RECOVERY=true # Uncomment one of them for the gfx desired, a image background or a gfxtheme #GRUB_BACKGROUND="/path/to/wallpaper" -#GRUB_THEME="/path/to/gfxtheme" +GRUB_THEME="/usr/share/grub/themes/snigdhaos-grub-theme/theme.txt" # Uncomment to get a beep at GRUB start #GRUB_INIT_TUNE="480 440 1" @@ -60,4 +60,4 @@ GRUB_DISABLE_RECOVERY=true # documentation on GRUB_DISABLE_OS_PROBER, if still want to enable this # functionality install os-prober and uncomment to detect and include other # operating systems. -#GRUB_DISABLE_OS_PROBER=false +#GRUB_DISABLE_OS_PROBER=false \ No newline at end of file